Earlier quoted context omitted.
some how it's deprecated: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ma...
Marquee, blink, i, b... Older people like me remember the old "innocent" days of the internet. It's probably nostalgia, but the modern web doesn't seem exciting anymore...
CSS-only infinite scrolling carousel animation
21–29 of 29 posts
Re: CSS-only infinite scrolling carousel animation
#22Earlier quoted context omitted.
> You can’t test on Apple devices without owning one, or paying altogether too much. Yep! And it sucks, but this is the #1 reason why most web developers are using macs. If you want to test across all major platforms, it's the only way to do it from one machine (testing windows on a mac is a bit iffy on Apple Silicon macs, but it can be done).
>but this is the #1 reason why most web developers are using macs Have you got a link to that? I'd be interested in seeing the stats and breakdown.
Re: CSS-only infinite scrolling carousel animation
#23Have you tried this in a mobile browser? I’m seeing the headline cut off because the page ends up being wider than my viewport because of the position of the later carousel elements. It otherwise looks great but the side scrolling is too much of a compromise for me. I’m using Safari on iPhone.
Over a decade on from “mobile first” I’m always surprised at how few developers actually test their work on mobile devices.
(not a comment on this site implementation per se, but a general remark)
Re: CSS-only infinite scrolling carousel animation
#24duplicate items are not good for SEO.
Re: CSS-only infinite scrolling carousel animation
#25Re: CSS-only infinite scrolling carousel animation
#26duplicate items are not good for SEO.
It's also not "CSS only".
Re: CSS-only infinite scrolling carousel animation
#27Earlier quoted context omitted.
It's also not "CSS only".
is it not? Because of the @keyframes rule? https://developer.mozilla.org/en-US/docs/Web/CSS/@keyframes
For the pedants, they could change the title to "No-JS infinite scrolling carousel animation."
Re: CSS-only infinite scrolling carousel animation
#28duplicate items are not good for SEO.
B. Who cares? Anything in a carousel is content that doesn't matter.
Re: CSS-only infinite scrolling carousel animation
#29Have you tried this in a mobile browser? I’m seeing the headline cut off because the page ends up being wider than my viewport because of the position of the later carousel elements. It otherwise looks great but the side scrolling is too much of a compromise for me. I’m using Safari on iPhone.