Skip to content

Commit

Permalink
use forked animate-sass for more effects
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Hanoldt committed Dec 16, 2017
1 parent 465b664 commit cd46f87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A typical sass file looks like:
$use-bounce: true
@import "[path_to_bower_components]/animate-sass/animate"
@import "[path_to_bower_components]/creative-workflow.animate-sass/animate"
```

*Note: For all configurations look at the file [path_to_bower_components]/animate-sass/helpers/_settings.scss*
Expand Down Expand Up @@ -51,7 +51,7 @@ Triggers an [animate.css](https://daneden.github.io/animate.css/) animation incl

### Dependencies
* [animate.css](https://github.com/daneden/animate.css/)
* [animate-sass](https://github.com/tgdev/animate-sass)
* [creative-workflow/animate-sass](https://github.com/creative-workflow/animate-sass)
* [sass](http://sass-lang.com/)
* [jquery](https://jquery.com)

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"tests"
],
"dependencies": {
"animate-sass": "^0.8.2",
"jquery": "^3.2.1"
"jquery": "^3.2.1",
"creative-workflow.animate-sass": "^0.9.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.animate.css",
"version": "1.0.1",
"version": "1.0.2",
"description": "Combines animate.css via animate-sass and a jQuery plugin for easy integration.",
"main": "",
"scripts": {
Expand Down

0 comments on commit cd46f87

Please sign in to comment.