Replacing jQuery Animation With CSS Hardware Accelerate
Tutorials Shared by the Internet Community
Advertisements
Replacing jQuery Animation With CSS Hardware Accelerate
We will discuss the techniques here replacing JQuery animation / transition with CSS Hardware Accelerated transitionStatistics
Total Hits - 33716
Total Votes - 38 votes
Vote Up - 20 votes
Vote Down - 18 votes
Domain - www.onlywebpro.com
Category - CSS/Advanced
Submitted By - onlywebpro
Submitted on - 2014-04-30 22:05:23
Description
Most smartphones these days have GPU (Graphic Processing Unit) that suitable for hardware acceleration. Native applications have direct access to the GPU, because of this they offer better user experiences than web app. So, we can leverage the GPU powers by offloading some heavy tasks (transition / animation) to the GPU for better performance in browser.
We’ll discuss the techniques here replacing JQuery animation / transition with CSS Hardware Accelerated transition. More detail...
Advertisements