UNPKG
ijijin-view
Version:
latest (0.9.2)
0.9.2
0.9.1
0.9.0
vuejs UI components, from ijijin.
github.com/MichealWayne/ijijin-view
MichealWayne/ijijin-view
ijijin-view
/
vue
/
less
/
animation.less
13 lines
(11 loc)
•
201 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/* * 过渡、动画 */
.v-fade-enter-active
,
.v-fade-leave-active
{ -webkit-
transition
: opacity .
6s
;
transition
: opacity .
6s
; }
.v-fade-enter
,
.v-fade-leave-to
{
opacity
:
0
; }