Animating Letters
How would I have my letters stay out of view until the animation bring them into view?
https://codepen.io/ReallPanda_/pen/ZERoBvd
6 Replies
What do you mean exactly? :o
Oh, I think I get it.
You want the letters to not exist in the visible realm, and only appear when brought by the animation?
Change the
@keyframes
and .letter
to this:
I just added the relevant, the rest stays the same.this seems to make them go back down after the animation is done
Forgot this line, sorry.
I will just paste it full.
ahh i see, thank you! was banging my head for awhile on how to do this lol
Although the
transform-origin
would do nothing in this case. Just change the +- value of the 100% to change the position where it comes from.ahh ok