CSS-only infinite scrolling carousel animation
blog.logto.io
CSS-only infinite scrolling carousel animation
1–10 of 29 posts
Re: CSS-only infinite scrolling carousel animation
#2>But there is a pseudo-class in the location category that I don’t often see used: the target pseudo-class, which allows us to style a part of the page that is the currently active target. In other words, if we have a link that leads to a part of the page, we can style that part of the page when the link is clicked.
Re: CSS-only infinite scrolling carousel animation
#3It otherwise looks great but the side scrolling is too much of a compromise for me.
I’m using Safari on iPhone.
Re: CSS-only infinite scrolling carousel animation
#4Have 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.
Re: CSS-only infinite scrolling carousel animation
#5Have 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.
Re: CSS-only infinite scrolling carousel animation
#6Have 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.
Re: CSS-only infinite scrolling carousel animation
#7Have 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.
Re: CSS-only infinite scrolling carousel animation
#8Have 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.
Re: CSS-only infinite scrolling carousel animation
#9I think you could probably cause it to move on click by using the target selector, like in this old article here that is probably a bit out of date nowadays https://blog.logrocket.com/dynamism-and-css-calculations/ >But there is a pseudo-class in the location category that I don’t often see used: the target pseudo-class, which allows us to style a part of the page that is the currently active target. In other words,…