mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Changed bezier animation function
This commit is contained in:
2
dist/ionic.css
vendored
2
dist/ionic.css
vendored
@@ -2228,7 +2228,7 @@ a.button {
|
||||
transition: transform .4s, opacity .4s;
|
||||
-webkit-transform: translate3d(0, 100%, 0);
|
||||
transform: translate3d(0, 100%, 0);
|
||||
-webkit-transition-timing-function: cubic-bezier(0.1, 0.6, 0.1, 1); }
|
||||
-webkit-transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 1); }
|
||||
.slide-in-up.enter-active {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0); }
|
||||
|
||||
Reference in New Issue
Block a user