Comments on: CSS Infinite and Circular Rotating Image Slider https://css-tricks.com/css-only-infinite-and-circular-image-slider/ Tips, Tricks, and Techniques on using Cascading Style Sheets. Thu, 08 Dec 2022 06:13:45 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Geee https://css-tricks.com/css-only-infinite-and-circular-image-slider/#comment-1797969 Thu, 08 Dec 2022 06:13:45 +0000 https://css-tricks.com/?p=375308#comment-1797969 One of the best tricks I have come across. Great work, beautifully simplified.

]]>
By: Noam https://css-tricks.com/css-only-infinite-and-circular-image-slider/#comment-1797950 Tue, 06 Dec 2022 14:51:48 +0000 https://css-tricks.com/?p=375308#comment-1797950 In reply to Noam.

Interesting. I suspected the cubic bezier, but I didn’t know it’s possible for a timing function to change the order of the frames. I thought it only affects the duration of each frame.

]]>
By: Temani Afif https://css-tricks.com/css-only-infinite-and-circular-image-slider/#comment-1797943 Mon, 05 Dec 2022 14:00:22 +0000 https://css-tricks.com/?p=375308#comment-1797943 In reply to Noam.

It’s the cubic bezier. Somewhere in the article, I am modifying the timing function from linear to cubic-bezier()

]]>
By: juliet1987 https://css-tricks.com/css-only-infinite-and-circular-image-slider/#comment-1797941 Mon, 05 Dec 2022 06:18:30 +0000 https://css-tricks.com/?p=375308#comment-1797941 That’s awesome

]]>
By: Noam https://css-tricks.com/css-only-infinite-and-circular-image-slider/#comment-1797931 Sat, 03 Dec 2022 22:56:25 +0000 https://css-tricks.com/?p=375308#comment-1797931 I’m noticing that each image is rotating a little past the visible area then turning back to fit exactly. What causes this?

]]>
By: Marcin Dobek https://css-tricks.com/css-only-infinite-and-circular-image-slider/#comment-1797929 Sat, 03 Dec 2022 12:56:11 +0000 https://css-tricks.com/?p=375308#comment-1797929 Nice. Simply. Less is better

]]>
By: Temani Afif https://css-tricks.com/css-only-infinite-and-circular-image-slider/#comment-1797926 Fri, 02 Dec 2022 14:17:00 +0000 https://css-tricks.com/?p=375308#comment-1797926 For anyone who want more detail about the geometry part here is a figure

enter image description here

]]>