javascript - CSS3 Animations on mobile browsers -


so presently developing webapp used via mobile devices.

i using animate.css animations.

while animations work fine on desktop browser, laggy , uneven on mobile browser.

since animate.css using plain css3 animations, don't understand why animations not working.

so,

  1. why mobile browsers bad in rendering css3 animations ?
  2. is there faster way render animations on mobile browser ? (for eg. using javascript maybe)


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -