/AnimTrap

AnimTrap CSS and JS framework for Web Animation

Primary LanguageCSSMIT LicenseMIT

AnimTrap

What is AnimTrap?

AnimTrap is a CSS Framework for animations. Its like bootstrap for JS animations. All you need is to import AnimTrap and use it for animations in your webapp easily.

AnimTrap supports animations like scrolling and simple effects which would make a richer the experience from your webapp

Get Started

AnimTrap (currently v1.1.1) has a few easy ways to quickly get started, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.

  • Clone the repo: git clone https://github.com/sanjayaharshana/AnimTrap
  • Install with npm: npm install animtrap (Coming soon)
  • Install with yarn: yarn add animtrap (Coming soon)

If you want a quick demo, you can check it out here

What's Included

Once downloaded through any of the ways mentioned above, you'll find these directories and files:

dist/
├── css/
│   ├── animtrap.css
│   ├── animtrap.min.css
└── js/
    ├── anim-scroll.js
    └── anim-scroll.min.js

Open Source Contributing

We are always looking for quality contributors and will be happy to accept your Pull Requests as long as those adhere to some basic rules:

Let's animate to animate, together!