Agni-Saha / Airpods-Pro-Animation-Only

This consists of the airpods pro scrolling video animation and the loading animation I used in my Apple Airpods Pro website.

Home Page:https://airpods-pro-animation-only.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Airpods-Pro-Animation-Only

This consists of the airpods pro scrolling video animation and
the loading animation I used in my Apple Airpods Pro website.

Airpods Pro Scrolling Video animation

I referenced this site to create the animation
Basically this uses a Canvas element, and there are frames of
the animation available on the web, so we're using those to draw
the video on canvas

Loading Animation

This one is pretty simple. What I'm doing is that, I'm putting
every words of the loading text into a span, and in the css I'm
doing a blurring keyframe animation on each of them sequentially.
Meaning that the first span starts from 0s and goes on 1.2s, second
starts from 0.2s and goes on 1.2s, and it continues.

About

This consists of the airpods pro scrolling video animation and the loading animation I used in my Apple Airpods Pro website.

https://airpods-pro-animation-only.vercel.app/


Languages

Language:CSS 51.1%Language:HTML 26.2%Language:JavaScript 22.6%