Smooth video animation when scrolling the slider.
- Swiper
- Gsap
- Lazyload
- vite + native js
- video 60 fps
- full hd (1080p)
- converted as:
ffmpeg -i background-60.mp4 -vf scale=1920:-1 -movflags faststart -vcodec libx264 -crf 20 -g 1 -pix_fmt yuv420p background.mp4
git clone
npm install
npm run dev