This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ZHSW
/
zhsw_wechat
Seguir
8
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
d8f3ef2027
Ramas
Etiquetas
master
zhsw_wechat
/
miniprogram_npm
/
tdesign-miniprogram
/
common
/
style
/
utilities
/
_animation.wxss
_animation.wxss
88 B
Histórico
Raw
1
2
3
4
5
6
7
8
@keyframes tdesign-fade-out {
from {
opacity: 1;
}
to {
opacity: 0;
}
}