This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Opera Mobile not treated as A grade (transitions) #1883
Closed
Description
though the site indicates opera mobile gets a grade support, the code currently only considers css transition support in webkit, but not opera.
the functionality of Modernizr.prefixed()
could be leveraged to determine if you need a webkit or opera prefixed and choose the appropriate transitionend
event.