How to use MarkerKey to control the start time and end time

Moderators: Disciple, zlovatt

Post Reply
User avatar
youkaze
Posts: 2
Joined: July 25th, 2018, 12:14 pm

This is the example here:
Image
I want to know how to make the same effect like this example, dragging the IN tag on the diagram to change the duration of the effect, there is a keyframe and eval expression on time remap, but I can't understand the expressions in the example cause they are messy code.
User avatar
youkaze
Posts: 2
Joined: July 25th, 2018, 12:14 pm

zlovatt wrote: July 26th, 2018, 11:50 am Check this out: http://www.motionscript.com/design-guid ... -sync.html
thank you, I have already solved this problem with this solution. :D

time =thisComp.duration

linear(time, inPoint, marker.key(1).time, 0, 1) - linear(time, marker.key(2).time, outPoint, 0, 1)
Post Reply