webcrawls / markii.js

🌐 a JS library mimicking the <marquee> elements of yesteryear
https://markii-js.pages.dev
1 stars 0 forks source link

✨ multiple rendering modes #8

Open webcrawls opened 4 weeks ago

webcrawls commented 4 weeks ago

i'm currently attempting an approach that uses CSS anchor, which isn't supported on every browser. we will need some way to detect compatibility with the element/environment, and use the appropriate rendering mode

webcrawls commented 4 weeks ago

absolute positioning fallback - could throw a div in document.body that is positioned exactly over the target element?