Skip to content

jomifepe/Hacktoberfest-animations

 
 

Repository files navigation

code style: prettier

Hacktoberfest-animations

Small animation selector for Hacktoberfest

How to contribute

  • Fork this repo
  • Create a new CSS file with your cool animation name inside ./animations folder, be creative!
  • Edit the ./animations.js file to include your animation using the following structure:
{
    name: 'the-name-of-your-animation',
    author: 'your-github-username'
}

PS: the animation name should have the same name of your CSS file.
PS²: although it is not necessary to include your object alphabetically (there is a function that will do this automatically afterwards), it is recommended that you do so to keep the project organized.
PS³: use the same name of your CSS file as your animation class. Example: a file named my-cool-animation.css containing a .my-cool-animation class inside.

  • DONE!

If you have any problems/questions or issues please submit an issue and I will get to you!

Don't forget to star!

Showcase

boogie by jdsteinbach boogie by jdsteinbach

colours by zerossB colours - zerossB

glitch by OhmSainz glitch by OhmSainz

heartbeat by azrizhaziq heartbeat by azrizhaziq

neon by Kalugin Pavel neon by Kalugin Pavel

tada by MariMendes tada by MariMendes

typewriter by aihowes typewriter by aihowes

pumpkins by ashwoodall pumpkins by ashwoodall

border rainbow by brunobolting border-rainbow by brunobolting

Notable Contributions

Huge thanks to rn4n for massively improving the structure of the project.

About

Small animation selector for Hacktoberfest

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 92.4%
  • JavaScript 6.9%
  • HTML 0.7%