Skip to content
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

css动画 #33

Open
zonglang opened this issue Jul 25, 2019 · 0 comments
Open

css动画 #33

zonglang opened this issue Jul 25, 2019 · 0 comments

Comments

@zonglang
Copy link
Owner

css transition

这是一个过渡的概念

  • 指定属性
  • 指定动画时间
  • 指定延时时间
  • 指定变化曲线
    缺点:需要时间触发,一次性的不能自动重复,没有中间状态

css animation

  • 指定周期
  • 指定动画名称(@Keyframes关键字定义)

css transform

旋转、缩放、倾斜、平移给定元素

translate3drotate3d开启GPU硬件加速

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant