Skip to content

Instantly share code, notes, and snippets.

@jayeb
jayeb / Modernizr Pseudo-element CSS-Transition test .js
Last active December 14, 2015 11:19 — forked from dieseltravis/jQuery version.js
Code for testing css-transition support on pseudo-elements for Modernizr. Forked from diseltravis's Gist: https://gist.github.com/dieseltravis/3908275 With improvements borrowed from Ryan Seddon's JSFiddle: http://jsfiddle.net/ryanseddon/vLdUq/2/
(function(Modernizr) {
var win = window,
transitionTo = "999px";
function _finish(result) {
Modernizr.addTest("csstransitionspseudos", result);
}
if (Modernizr.csstransitions && win.getComputedStyle) {
Modernizr.testStyles(