Is there a performance issue with using very large background-position offsets?

混江龙づ霸主 提交于 2019-12-05 05:06:46

I don't think there could be any performance issues. It's not because you use big numbers that they use more CPU or memory.

In the absence of 'chaining' transitions to themselves (as far as I know there is no pure-CSS way of telling when the transition has finished) this could be a good solution, but as Justin says it requires a massive image! Is there any problem with using a good old-fashioned animated GIF?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!