wenqili / knowtebook

0 stars 0 forks source link

Blur animation is laggy #13

Open wenqili opened 5 years ago

wenqili commented 5 years ago

In general, there are 3 things that’s affect blur animation issue on safari:

  1. gsap Blur with string param need to pair with autoRound: false in usage
  2. Animate in duration need to be shorter than the gap between animated in and animated out, or pair with overwrite : true, or it will stop in the middle point
  3. Div size matters, when there is a pixel drawing process happening in animation.