An interactive skateboard animation built with GSAP. When you click the wheel, the circle splits, the skater enters the scene, jumps, and the “SKATE / BOARD” text appears. After the animation ends, everything returns to the initial state.
- Click‑triggered, step‑by‑step animation
- Sequence controlled with GSAP timeline
- SVG wheel plus dynamic visual effects
- Automatic reset at the end of the scene
- HTML
- CSS
- JavaScript
- GSAP
- The wheel is clicked.
- The circle halves slide outward.
- The skater enters and performs the jump.
- The “SKATE / BOARD” text appears.
- The scene fades out and resets to the initial view.
index.html: Page structure and elementsstyle.css: Design, sizing, and visual effectsskeat.js: GSAP timeline and animation logicimage/: Skater images
- Download or clone the repo.
- Open the project folder.
- Open
index.htmlin your browser.
- Text and structure in
index.html - Colors and sizes in
style.css - Animation sequence in
skeat.js - Replace skater images inside
image/
GSAP is loaded locally from vendor/gsap.min.js, so no internet connection is required.
Designed and developed by CoderKing-Dev — https://github.com/CoderKing-Dev
This project includes code under the MIT License. See LICENSE for the full license text.