Dan Rogers

Results 3 issues of Dan Rogers

@rvagg, was thinking about your feature detect for the `window.performance` + `rAF` timers. If it simplifies things, I would be fine with deferring all morpheus starts until the first frame...

SVGs are not the best choice for animation, but I'd like to experiment with this neat trick for drawing lines: From: http://jakearchibald.com/2013/animated-line-drawing-svg/ ``` js var path = document.querySelector('.squiggle-animated path'); var...

enhancement

cc @josephschmitt Would need to add a feature detect for this, and implement a property class similar to `Transform`. Feature detect from modernizr: ``` js // https://github.com/Modernizr/Modernizr/issues/615 // documentMode is...

enhancement