@Sameerjs6@emilkowalski I think it makes sense. option A animates the elements in one by one guiding the user's eye and allowing them to focus on one thing at a time.
late post but last week I got my first component merged into @dillionverma 's @magicuidesign 🎉
the Backlight component adds a glow effect behind videos, images & SVGs that mirrors the content's colors
you can check it out here
https://t.co/jx1P4uonK0
@fredrikalindh couldn't they have used CSS with 2 spans?
the first span contains the trancated text with these styles:
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
and a second span contains the last part of the text that you want to always stay visible
@TimGuignard@stitchbygoogle Yep. it's a really simple but nice effect.
I actually created pretty much the same effect with the same approach a while ago in a codepen.
https://t.co/758ODAPMSS