Currently working on a slideshow project and aiming to incorporate smooth subpixel image transitions that involve sliding and resizing, similar to the Ken Burns effect.
After researching various techniques used by others, I am curious to learn which ones are considered the most effective approach in modern times. Are there any methods that are merely urban myths and do not actually enhance the user experience?
- CSS transitions
- JavaScript requireanimationframe
- Embedding images in a canvas element
- Other options
Please keep in mind that some of these techniques may not be supported in older browsers. My question is specifically geared towards the latest versions (IE9, Firefox 5, etc.).