Skip to content

Commit

Permalink
fix(flower spinner): default animation duration
Browse files Browse the repository at this point in the history
  • Loading branch information
smartapant committed Dec 28, 2017
1 parent 838d410 commit c462eb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/lib/epic-spinners.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/epic-spinners.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epic-spinners",
"version": "1.0.0",
"version": "1.0.1",
"description": "Easy to use css spinners collection with vue.js integration",
"author": "epicmax <hello@epicmax.co>",
"main": "src/lib.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/lib/FlowerSpinner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
props: {
animationDuration: {
type: Number,
default: 25000
default: 2500
},
size: {
type: Number,
Expand Down

0 comments on commit c462eb9

Please sign in to comment.