You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, it may be a newbie question, I'm still new in AnimeJS.
I was trying to make some kind of effect where the text appears word by words, from invisible to visible. I did something like this (see below):
But the problem is that if I put the style: opacity on the span like I did, it stays invisible. And if I remove it, then the animations occurs but you can see the full sentence written before the animation start. It does not show very well on the screenshot, but before the animation start, the sentence is shown.
Not sure if that's very clear, let me know if I can add more context.
TL;DR: How can I make the sentence appear word by word starting with an empty page ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry, it may be a newbie question, I'm still new in AnimeJS.
I was trying to make some kind of effect where the text appears word by words, from invisible to visible. I did something like this (see below):
But the problem is that if I put the
style: opacity
on the span like I did, it stays invisible. And if I remove it, then the animations occurs but you can see the full sentence written before the animation start. It does not show very well on the screenshot, but before the animation start, the sentence is shown.Not sure if that's very clear, let me know if I can add more context.
TL;DR: How can I make the sentence appear word by word starting with an empty page ?
Thanks for your help 🙏
Beta Was this translation helpful? Give feedback.
All reactions