Update animate.css library to v3
This commit is contained in:
14
public/css/lib/animate.css
vendored
Normal file → Executable file
14
public/css/lib/animate.css
vendored
Normal file → Executable file
@ -2287,10 +2287,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
-webkit-transform-origin: left bottom;
|
-transform-origin: left bottom;
|
||||||
transform-origin: left bottom;
|
-transform: rotate(-90deg);
|
||||||
-webkit-transform: rotate(-90deg);
|
|
||||||
transform: rotate(-90deg);
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2307,12 +2305,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
-webkit-transform-origin: left bottom;
|
-transform-origin: left bottom;
|
||||||
-ms-transform-origin: left bottom;
|
-transform: rotate(-90deg);
|
||||||
transform-origin: left bottom;
|
|
||||||
-webkit-transform: rotate(-90deg);
|
|
||||||
-ms-transform: rotate(-90deg);
|
|
||||||
transform: rotate(-90deg);
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user