patcito / re-2020-gatsby

MIT License
0 stars 1 forks source link

replace header with this react-spring animation #4

Open patcito opened 4 years ago

patcito commented 4 years ago

The animation is here https://github.com/drcmda/reacteurope

It uses react-spring and is quite heavy so it should be turn into a webm video and played in the background instead. Text should not be inside the webm though and should display on the left.

Would be nice if on second load, using service worker, it would pull the actual code instead of the webm video.

patcito commented 4 years ago

Here is the zip with the video files in different formats/codecs.

Videos.zip

patcito commented 4 years ago

Videos with white background.

Videos.zip

patcito commented 4 years ago

Videos with changing background.

const colors =  ["#2675abff",
    "#f08323",
    "#86d0f5", 
    "#3b692b", 
    "#76a031", 
    "#b7191c" ]

Videos.zip