Skip to content
← Back to Blog

Animation on Markers with Expressions

March 18, 2021 ·
Max Kravchenko
Max Kravchenko Motion Designer & Tutor

Animation on the marker? How it’s even possible? As always, it’s possible with lovely expressions. Just use this expression:

n = marker.nearestKey(time).index; 
 if(time < marker.key(n).time){
  n=n-1;
 }
 if(n==0){
  n=1
 }
 t=time-marker.key(n).time;
 thisProperty.valueAtTime(t)

We’re excited to see how you can use it. Enjoy!

What is the Motion Beast course?

This is the must-see course for any Motion Designer. It lays the foundation for all aspects of modern motion design and covers every topic from AE basics to character rigging and frame by frame animation.

The course will help you overcome AE-related barriers and fears which are standing between you and the wonderful world of animation and motion design

ONLINE COURSE

Motion Beast

    Your Cart