Background size animation not working in IE11 or Ipad
问题 I am trying to create a simple img zoom with CSS3 animation by setting a background image to a div and then resizing that div with the animation. It works fine in FF and Chrome yet in Safari the effect is not smooth. I've read that adding -webkit-transform: translateZ(0) can help with smoother animations in Safari yet this has no effect. Can anyone help. Site here http://form-flourish.businesscatalyst.com/form-pilates.htm Here is my code. HTML: <div id="home"> </div> CSS: div#home {