mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 14:19:17 +08:00
8 lines
244 B
CSS
8 lines
244 B
CSS
.slide-in-up.enter {
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
-webkit-transition: -webkit-transform .25s ease-in-out, opacity 1ms .25s;
|
|
transition: transform .25s ease-in-out, opacity 1ms .25s;
|
|
}
|