Infinitely scrolling tiles
Hard
·
90 minutes
Submit a solution
Connect your GitHub account to submit a solution
Community solutions
Infinitely scrolling tiles
.
Sq
Sumati • 1 year ago
Infinitely scrolling tiles - vanilla js
Inspired by NaiveGeeek's solutions, append the first screen images to the tail of the data.
Raymond_Y
raymond-yan • 1 year ago
Infinitely scrolling tiles solution
used requestAnimationFrame to solve smooth animation problem
NaiveGeeek • 2 years ago
Scrolling tiles
Scrolling tiles in vanilla js
Saniya Suhail
saniyasuhail • 2 years ago
Scrolling tiles - React
Most of the requirements are completed. For the infinite scrolling, I took the CSS keyframe approach. But I didn't manage to implement the slowing down scrolling rate on hover based on this approach.
matteo1222 • 3 years ago
React scrolling puppies and kittens
Infinitely scrolling tiles in React. Also completed the second challenge: it would be trivial to add a third row.
James
jayrobin • 3 years ago