【发布时间】:2015-06-27 20:23:03
【问题描述】:
以下内容似乎适用于 Firefox 和 Safari,甚至 IE!但在 Chrome 中不是。
(在 Firefox 和 IE 中有效,但如果你在 Chrome 中打开它,你什么也看不到!)
@keyframes animationFrames{
0% {
transform: translate(-402px,55px) ;
}
4% {
transform: translate(-333px,26px) ;
}
9% {
transform: translate(-257px,-13px) ;
}
14% {
【问题讨论】:
标签: css google-chrome css-animations