-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[css] 第107天 过渡和动画的区别是什么? #1010
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
css
css
Comments
相同:都会让你的页面元素动起来 过渡 transition1.需要事件触发,比如hover,focus,checked , js改, @media query 动画 animation1.不需要事件触发
不停的bling bling,很有趣的,:) |
|
transition 状态更改触发 |
transition 是需要事件进行触发的,且只能触发一次。 无法定义中间的状态信息,类似Flash的关键帧,中间的补间动画无法详细定义 |
区别:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
第107天 过渡和动画的区别是什么?
The text was updated successfully, but these errors were encountered: