mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-17 17:45:17 +01:00
Merge pull request #454 from procodeing/master
Update _base.css to save space
This commit is contained in:
commit
05658b298b
1 changed files with 3 additions and 6 deletions
|
@ -19,12 +19,9 @@ Copyright (c) 2015 Daniel Eden
|
|||
animation-duration: 2s;
|
||||
}
|
||||
|
||||
.animated.flipOutX,
|
||||
.animated.flipOutY,
|
||||
.animated.bounceIn,
|
||||
.animated.bounceOut{
|
||||
animation-duration: .75s;
|
||||
}
|
||||
|
||||
.animated.flipOutX,
|
||||
.animated.flipOutY {
|
||||
animation-duration: .75s;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue