正在加载视频...
视频加载失败
easing is everything use different CSS timing functions per axis for custom motion paths 👨🍳 .p { animation: x .8s var(--x-time), y .8s var(--y-time); animation-composition: accumulate; } @keyframes x { to { translate: var(--x) 0 } @keyframes y { to { translate: 0 var(--y) }
0 条评论
暂无评论
原始帖子的评论将显示在这里
