A modern web animation showcasing Pluto with custom cursor trail and scroll effects.
- Custom cursor with trailing animation
- Smooth scroll-based animations
- Interactive image and text transitions
- Responsive design for all device sizes
- HTML5
- CSS3
- Vanilla JavaScript (no frameworks)
- Custom easing functions for natural animations
Visit the live demo to see the animation in action.
Simply clone the repository and open index.html
in your browser to view the project locally.
git clone https://github.com/ryuntalan/pluto.git
cd pluto
open index.html
The animation parameters are well-commented in the scroll.js
file:
- Adjust the image position, rotation, and scale
- Modify timing and easing functions
- Change the text animation behavior
MIT