Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5
don't use it at all. there's no need to and no benefit in constant animation of text. no one wants or likes to read text which doesn't stand still. but if you really, really, really have to animate text, use JavaScript. I think it's much easier/better than using css transitions.
1st Mar 2017, 9:46 PM
Mario L.
Mario L. - avatar
+ 5
jQuery has a function slideIn, if I'm not mistaken.
2nd Mar 2017, 5:55 AM
Mario L.
Mario L. - avatar
+ 4
Check this code: https://code.sololearn.com/WvrAw2VeMoHu/#html I've started to write some stuff to do marquee substitute... It's already working as pure CSS, but still work in progress ( in fact stopped: I doesn't know if and when I will continue :P ) on JS handler part ( but it's far advanced anyway )...
2nd Mar 2017, 10:03 AM
visph
visph - avatar
+ 3
maybe this will help: http://jsfiddle.net/HAQyK/1/
2nd Mar 2017, 7:16 AM
Mario L.
Mario L. - avatar