Search
Animating in Frames: Repeating Image Transition
28.4.2025
A playful exploration of animating repeated image frames along a path, inspired by Joana Correia's motion design reel
On-Scroll Text Repetition Animation
13.4.2022
An on-scroll animation that shows repeated fragments of a big text as seen on the website of Dr. Dabber.
The post On-Scroll Text Repetition Animation appeared first on Codrops
Repetition Image Hover Effects
22.2.2022
A simple and fun hover effect with repeated image layers that get scaled up and down.
The post Repetition Image Hover Effects appeared first on Codrops
CSS :is() and :where() are coming to browsers
10.6.2020
Šime Vidas with the lowdown on what these pseudo-selectors are and why they will be useful:
:is() is to reduce repetition¹ of parts of comma-separated selectors.
:where() is the same, but nothing inside it affects specificity. The example of wrapping :where(:not()) is really great, as now there...
The Ultimate Guide to JavaScript Algorithms: Combining Arrays Without Duplicates
19.2.2019
Combining Arrays Without Duplicates
When developing software, we often need to combine data efficiently and without repetition. This often comes up when manipulating listed data with the use Arrays