Improved animations on fullscreen
This commit is contained in:
parent
381a86c99d
commit
1e54092994
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -33,7 +33,9 @@
|
|||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|
|
||||||
-webkit-transition: top .3s, bottom .3s, margin-top .3s;
|
-webkit-transition: top .3s, right .3s, bottom .3s, left .3s, margin-top .3s;
|
||||||
|
-moz-transition: top .3s, right .3s, bottom .3s, left .3s, margin-top .3s;
|
||||||
|
transition: top .3s, right .3s, bottom .3s, left .3s, margin-top .3s;
|
||||||
|
|
||||||
-webkit-animation-name: zoomIn;
|
-webkit-animation-name: zoomIn;
|
||||||
-webkit-animation-duration: .3s;
|
-webkit-animation-duration: .3s;
|
||||||
|
Loading…
Reference in New Issue
Block a user