Hi! How can I freeze an animation? I have a fade and a glide effect apllied to a text box, I want to make the fade effect appear first, freeze in that same position during 2 seconds, and then gliding to its position.
For reference:
the text box id: #text1
the effect has to play in #page1 onViewportEnter
fade animation duration has to be set to: 2000
glide animation duration has to be set to: 3000
and after the fade effect plays, the text box has to be freezed for 2 seconds, then the glide effect plays.
Can somebody provide me the code so I can put it in my page? Thanks in advance.