Background-size transitions in Chrome 51 - a bug or a feature?

↘锁芯ラ 提交于 2019-11-28 13:38:07

Turns out this was a bug: https://bugs.chromium.org/p/chromium/issues/detail?id=616072

It's scheduled to be fixed in the next milestone, and this is the patch: https://chromium.googlesource.com/chromium/src.git/+/8793a7bac4d2d56e38c8bd406920128e1ceb7a9a

Had this problem and was able to fix it by changing my rules from

background-size: 115%;

to

background-size: 115% 115%;

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