Multiple Text Transitions

First use of Hype, apologies for newbie-ness.

I am currently trying a single scene, that has an animation, telling a story. Large font text will fade in and out as the animation plays through.

Should I simply create more text boxes, and leave them either hidden or opaque, wherever they finish up? Should I delete them? If so how?

Or can I edit the text of a single text box as well as it’s movement in and out, through the animations?

You can do this using the timelines keyframe actions and property changes.

This is probably the best approach if there are many.

This can be done as mentioned above and changing the innerHTML

but may be easier to do and edit with a little bit of code being called at keyframes on the timeline.

Searh innerHTML

There are many examples on site that do this