mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(Popup): use animation timing function less var
This commit is contained in:
parent
85202c7676
commit
50f0023e9b
@ -72,14 +72,14 @@
|
||||
&-slide-left-enter-active,
|
||||
&-slide-right-enter-active,
|
||||
&-slide-bottom-enter-active {
|
||||
transition-timing-function: ease-out;
|
||||
transition-timing-function: @animation-timing-function-enter;
|
||||
}
|
||||
|
||||
&-slide-top-leave-active,
|
||||
&-slide-left-leave-active,
|
||||
&-slide-right-leave-active,
|
||||
&-slide-bottom-leave-active {
|
||||
transition-timing-function: ease-in;
|
||||
transition-timing-function: @animation-timing-function-leave;
|
||||
}
|
||||
|
||||
&-slide-top-enter,
|
||||
|
Loading…
x
Reference in New Issue
Block a user