Dustin Diaz

Results 118 comments of Dustin Diaz

this is an artifact of an older implementation. I'm fairly certain we can change that line to `fn.extend = extend` now.

this would be tough to implement since all values in JavaScript are not typed. :/

i suppose if it is blowing up in webkit but fine in Chrome and Safari, it's likely a regression the webkit folks know about and will likely patch before it's...

i can't even see anything on the page after hitting the `run` button

so far no work has been done on this. surely it wouldn't hurt to move the detection on page load instead of per frame

you can have a crack at it. i will gladly have a look since there's quite a few things on my plate at the moment

what a wonderful way to start the morning. i suppose it's best to get these in — it wouldn't be a complete animation library if we didn't.

yeah, given that this library currently works back to even IE6, `getComputedStyle` vs `currentStyle` will have very different behaviors. Especially when fetching a computing style of `white` will return `white`...

i think i'm a bit less attached to having morpheus do it straight away (same with `tween`). thus, the idea of `morpheus.series` (or `morpheus.sequence`) would work well here. however we'd...

I haven't checked out IE9 in a while. Does it just straight up not work?