Safari flickering fix when HW-accel CSS


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. //Flickering prooblem in safari fix with hw-accel css
  2. -webkit-perspective: 1000;
  3. -webkit-backface-visibility: hidden;

Report this snippet


Comments


You need to login to view comments.