Modifiying rotation end point in Timeline by function

Hello, I'd like to know how can I modify in the Timeline my rotation end point.

EXAMPLE:
If I have the ending of a rotation movement in the timeline at 00:01,00 and I want to modify its position to 00:02,00 by javascript, how would be the function?
Thanks a lot!!!

You would use the hypeDocument.goToTimeInTimelineNamed( ) command

Time is in seconds so. hypeDocument.goToTimeInTimelineNamed(2, 'timelineName')

1 Like