Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

School project: Banner animation for WWF written with HTML, SCSS, Javascript and GSAP

Notifications You must be signed in to change notification settings

abeerance/wwf_banner_animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio and video information

Please make sure that you got the audio and video enable in your current browser

Video information

Video taken from the WFF Youtube channel. All the credits for the video go to WWF.

Since the video “climate_change.mp4” is 2:15 minutes long, it will take a long time to check the Eventlistener for ending the video. Because of that I provided another video “short.mp4”.

To check the ending faster please change the HTML in row 148 - 152

FROM:

<video width=“900” height=“auto” disablepictureinpicture controlslist=“nodownload”>
    <source src=“media/video/climate_change.mp4” type=“video/mp4”>
</video>

TO:

<video width=“900” height=“auto” disablepictureinpicture controlslist=“nodownload”>
    <source src=“media/video/short.mp4” type=“video/mp4”>
</video>

License

MIT}

About

School project: Banner animation for WWF written with HTML, SCSS, Javascript and GSAP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages