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
- Host: GitHub
- URL: https://github.com/tkdn/postjqueryanimate
- Owner: tkdn
- Created: 2015-03-08T08:24:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-08T09:00:20.000Z (over 11 years ago)
- Last Synced: 2025-12-20T00:10:29.662Z (6 months ago)
- Language: HTML
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.