Home / 2016 / December

Monthly Archives: December 2016

After Effects Tutorial | Element 3D v2 Bend

Read More »

Tutorial || Protect Logo Animation || After Effects

Read More »

Easy Tutorial || Number Counter || 3D Subscribe Button

 

Read More »

Tutorial || 3D Countdown | Element 3D

code beginCount =thisComp.layer(“Counter”).effect(“Slider Control”)(“Slider”); stopCount = thisComp.layer(“Counter”).effect(“Slider Control”)(“Slider”); beginTime = 0; // start counting at time = 0 countDur = 5; // count for 5 seconds Math.round(linear(time,beginTime,beginTime + countDur,beginCount,stopCount)) + “%”  

Read More »