UNPKG

midi-player-js

Version:

Midi parser & player engine for browser or Node. Works well with single or multitrack MIDI files.

12 lines (11 loc) 281 B
/*! { "name": "CSS Transitions", "property": "csstransitions", "caniuse": "css-transitions", "tags": ["css"] } !*/ define(['Modernizr', 'testAllProps'], function(Modernizr, testAllProps) { Modernizr.addTest('csstransitions', testAllProps('transition', 'all', true)); });