mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
Update _base.css
Just saw a little thing that could be compressed
This commit is contained in:
parent
47fec7ae79
commit
71288a82df
1 changed files with 3 additions and 6 deletions
|
@ -19,12 +19,9 @@ Copyright (c) 2015 Daniel Eden
|
|||
animation-duration: 2s;
|
||||
}
|
||||
|
||||
.animated.bounceIn,
|
||||
.animated.bounceOut {
|
||||
animation-duration: .75s;
|
||||
}
|
||||
|
||||
.animated.flipOutX,
|
||||
.animated.flipOutY {
|
||||
.animated.flipOutY,
|
||||
.animated.bounceIn,
|
||||
.animated.bounceOut{
|
||||
animation-duration: .75s;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue