Search found 2 matches

by youkaze
July 28th, 2018, 9:40 am
Forum: Expression Discussion
Topic: How to use MarkerKey to control the start time and end time
Replies: 2
Views: 17386

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

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)
by youkaze
July 25th, 2018, 12:46 pm
Forum: Expression Discussion
Topic: How to use MarkerKey to control the start time and end time
Replies: 2
Views: 17386

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

This is the example here: http://youkaze.com/picture/markerkey.png 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 t...