mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Tweak timings on the modal animations
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
opacity: 1
|
||||
|
||||
.reveal-modal.fade
|
||||
-webkit-transition: -webkit-transform .3s ease-out
|
||||
-moz-transition: -moz-transform .3s ease-out
|
||||
-o-transition: -o-transform .3s ease-out
|
||||
transition: transform .3s ease-out
|
||||
-webkit-transition: -webkit-transform .2s ease-out
|
||||
-moz-transition: -moz-transform .2s ease-out
|
||||
-o-transition: -o-transform .2s ease-out
|
||||
transition: transform .2s ease-out
|
||||
-webkit-transform: translate(0, -25%)
|
||||
-ms-transform: translate(0, -25%)
|
||||
transform: translate(0, -25%)
|
||||
|
||||
Reference in New Issue
Block a user