x = 0;
modulo = thisComp.layer("Null 3").effect("modulo (recomienzo)")("Slider"); // segundos en la timeline
for (x; x <= time; x += 0.5) {
if ((x - inPoint) % modulo == 0){
if(time >= x + 0.5){
transform.opacity = 0;
} else {
transform.opacity = 100;
}
}
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter