UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
theme
/
system
/
antd
/
_animation.less
11 lines
(9 loc)
•
264 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
.forced-turn-off-nz-modal-animation-mixin
(
@enabled
)
when
(
@enabled
=true) {
.@{ant-prefix}
-modal
{
&
,
&
-mask
{
animation-duration
: unset
!important
; } } }
.forced-turn-off-nz-modal-animation-mixin
(
@forced-turn-off-nz-modal-animation-enabled
);