-
How to provide a specific frame to an expression
hello guys,
i want to add an expression to a specific time. for this i use the following expression:
if( time > 94 && time < 98 ) { wiggle( 3,15 ) }else{ value; }the problem is, i don’t know how to exactly provide a specific time like 00:01:34:17.
could you pros please tell me?
regards, mark