+ 3
What is used in place of marquee in html 5?
3 Antworten
+ 8
Even tho it is deprecated you can still use it
+ 5
the svg text...
https://code.sololearn.com/W2p01OXc3JUr/?ref=app
+ 3
Not only sgv (which isn't well designed for that purpose, at least less than Html), but you can reproduce the behaviour of <marquee> with pure Css, on any Html element, as well as doing so with custom Javascript object/functions...
I never made it public, but already shared the link of an unfinished JS marquee substitute handler to improve the already embeding generic pure Css classes implemented as base case of not JS support:
https://code.sololearn.com/WvrAw2VeMoHu/?ref=app