This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
ZHSW
/
zhsw_wechat
Vigiar
8
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
639fbfa4a6
Ramos
Etiquetas
master
zhsw_wechat
/
miniprogram_npm
/
tdesign-miniprogram
/
common
/
style
/
utilities
/
_animation.wxss
_animation.wxss
88 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
@keyframes tdesign-fade-out {
from {
opacity: 1;
}
to {
opacity: 0;
}
}