Named timeline markers

It would be great to have timeline markers you could assign names to, and thereby giving you the ablity to use them in JavaScript, like:

hypeDocument.goToMarkerInTimelineNamed('introAnimationCompleted', 'timelineName');

[ x] Nice to Have
[ ] Important
[ ] Can't use Hype without it   <--- I feel as though checking this would just result in my account getting flagged under 'people who complain too much' :laughing:

1 Like

you can setup an object holding those keyed desttimes ...

const namedTimelineMarkers = {
"introAnimationCompleted" : yourDestTime,
"next" : ...
}

... could even extend it with timlinenames, symbolinstances ...

OR

setup an labeld/named custombehavior whose action is to go to time in timeline named ...

1 Like

Thanks for the feedback! (This is called "labels" in other software and a pretty popular request for Hype).

We should really add this link to the template post page :rofl:.

But really, if there's something that's a blocker do let us know :slight_smile:.

3 Likes

great... just great... a Druish Princess...

1 Like