Looking for a way to create an infinite zoom animation without lag? I have an image that needs to slowly zoom to transform: scale(2,2)
over 300 seconds. However, using CSS animations is causing the page to lag. So, which option is lighter for achieving this effect - CSS or JavaScript (jQuery)?