An open API service indexing awesome lists of open source software.

https://github.com/tkdn/postjqueryanimate

Javascript Animation with Velocity.js, without jQuery
https://github.com/tkdn/postjqueryanimate

Last synced: 3 months ago
JSON representation

Javascript Animation with Velocity.js, without jQuery

Awesome Lists containing this project

README

          

# postjQueryAnimate

This is demo repository for the differences of accordion animation with jQuery and the animation with native javascript and [Velocity.js](http://julian.com/research/velocity/) .

## Npm install

After cloned this repository,

```bash
$ npm install
```

## Browserify js file depended on node_modules

```bash
$ npm run bundle
```

You will get `js/bundle.js` and `js/bundle.min.js`.

## Confirm index.html

You can confirm `index.html`.