react-component / animate

anim react element easily
http://react-component.github.io/animate/
MIT License
679 stars 108 forks source link

问题:为什么transform 动画没有效果 #104

Closed ChenWeihua123 closed 4 years ago

ChenWeihua123 commented 4 years ago

@keyframes test-fade { 0% { opacity: 0; transform: translate3d(100px, 0, 0); } 100% { opacity: 1; transform: translate3d(0, 0, 0); } }

只会执行 opacity 动画效果

ChenWeihua123 commented 4 years ago

我 类属性 设置有问题 抱歉