Tag: Expressions

  • Time Variable

    Time Variable

    To see it working in action. First create a text layer, and in the source code property type time ( ); and play your animation. Expression Example Speed/sec. Rotation Property time * 360 Full Rotation time * 360/2 Half a Rotation time * 360/4 Quarter rotation Expression Example Speed Position Property transform.position + time *100;…