Joe Lambert
Joe Lambert
This _may_ have been fixed in the latest code in GitHub? If not perhaps this is something that ought to be pushed down into Shifty rather than handled in the...
Great thanks, I think I'll release without the patch and then do an update next week with clamp included.
Just got round to testing this and Mifty seems to be throwing an error, I get `TypeError: 'undefined' is not an object (evaluating 'this._tweenParams.data')` in [mifty.js:727](https://github.com/jeremyckahn/shifty/blob/mifty/mifty.js#L727) any time I try...
Thanks, I've tested the code and for me it appears to output the same CSS as before. Can you give me an example of it outputting more verbose CSS?
Sorry I've just been totally swamped and not had chance to look at it since I last wrote. I'll make sure I properly test it this week and hopefully roll...
The main problem with cross browser is that only WebKit implements the CSSMatrix object currently which is needed to do the interpolation.
Its a convenience object for doing the Matrix transform stuff, its also able to read/write the CSS matrix string syntax. [Apple Docs: WebKitCSSMatrix](http://developer.apple.com/library/safari/#documentation/AudioVideo/Reference/WebKitCSSMatrixClassReference/WebKitCSSMatrix/WebKitCSSMatrix.html) That said, it would be possible to...
Great work, I look forward to taking a look! Let me know when I can have a play. Happy to vote on a name when you have a shortlist.
+1 for XCSSMatrix
Looks great, @jfsiii are you able to patch it into Morf and make a pull request?