For the past 10 years I've been a fan of javascript transitions for all kinds of visual effects in the DOM. A couple of years ago I experimented a little with CSS Transitions but the lack of support and the performance issues with the browsers back then made me rule them out as a solid alternative.
I am revisiting the topic now and have been looking for resources & tests which can show the difference between the 2 methods in terms of performance and support across devices and browsers.
Question: Can anyone suggest some good late 2012/2013 resources comparing the two approaches to simple animated effects?
Mods: I am aware that similar questions exist, but with new browsers having become available, and improvements in implementations of the CSS transition
spec I see this as a valid issue to re-raise since the last topics covering this were in 2010