未验证 提交 8f2008ac 编写于 作者: J jinmao88 提交者: GitHub

Merge pull request #1799 from hsldymq/fix-fade-transition

fix(Transition): fade-transition淡出淡入无效
.fade-transition {
&-enter-active,
&-leave-active {
transition: opacity 0.2s ease-in-out;
}
&-enter-from,
&-leave-to {
opacity: 0;
}
}
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.2s ease-in-out;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册