-
frame by frame on off flicker expression error
Hiya,
I’m witnessing some weird behavior with a simple expression:
I have a layer and want to set its opacity to alternate between 0 and 100, the expression I added to the opacity property is :[((time*100/4)%2)*100];
This works for a few seconds, but then all of a sudden the results go haywire…the modulo basically tells me whether the frame is even or odd, but all of a sudden I get nrs. like 1.4210854715202e-14, etc.
Any tips welcome…