NeilVanGotham
KPCKevin Powell - Community
•Created by NeilVanGotham on 12/26/2024 in #front-end
Animate to just the initals of a name
That is exactly what I am looking for, thank you!
8 replies
KPCKevin Powell - Community
•Created by NeilVanGotham on 12/26/2024 in #front-end
Animate to just the initals of a name
I have found another solution. I now have another span element with the first letter of that part in, and I cramp the full text and the first letter in the same container, and animate the full text to
width: 0;
:
It doesn't look perfect yet, I still need to fiddle with the end width, and the alignment of the text
https://codepen.io/NeilVanGotham/pen/zxOdZZM8 replies
KPCKevin Powell - Community
•Created by NeilVanGotham on 7/17/2023 in #front-end
Trigger animation immediately with Flackr's Scroll Timeline Polyfill
I got it! I have to use the new "ViewTimeline" instead of "ScrollTimeline"
2 replies