Why are commerce engineers swapping micro MP4 hover clips for animated WebP?
Hover previews sell fabric drape, gloss, and hinge motion better than a static tile—but hanging a `<video>` on every row taxes JS, memory, and mobile users who never had hover. Queries like product card hover performance, webp hover animation, and cls list page bundle the same worry: motion that helps conversion without tanking scroll smoothness. Animated WebP can decode like an image with familiar caching semantics on desktop, yet you still need tap-to-play strategies for phones and guards against accidental hover downloads. Crop MP4 sources to the two or three seconds that actually differentiate SKUs and cap pixel width so dozens of cards do not decode cinema-grade loops while the user scrolls.
Checklist for MP4-sourced hover preview WebP on product grids
- Define desktop-only hover affordances with breakpoints, ship static or tap-to-play alternatives for touch devices, and stop converting one long MP4 for every SKU blindly.
- Extract the smallest loop that proves material difference, cap width near twice the thumbnail column, and lower FPS before you chase marketing-perfect lighting inside a 120px tile.
- Profile scrolling with performance recordings on real catalogs, roll out category by category, and roll back categories where conversion lift does not justify GPU load.