Re: [Moo] (Unofficial) MooTools 2 examples

2012-04-16 Thread Sanford Whiteman
You guys are taking me way too seriously. All I meant was that we all talk a big game about polyfills, but I rarely see ones that make IE do things like this. Heck, I use IE transitions all the time as substitutes for CSS3 transitions (I don't do Moo-assisted transitions anymore), but I ha

Re: [Moo] (Unofficial) MooTools 2 examples

2012-04-16 Thread kamicane
Backfilling is done in ie9 to enable transform (2d only, ie9 has no 3d transform) animation. matrix filter works differently than the transform style property, they cannot be merged. On Monday, April 16, 2012 11:22:39 PM UTC+2, Sanford Whiteman wrote: > > > It *would* be possible with... > > Ye

Re: [Moo] (Unofficial) MooTools 2 examples

2012-04-16 Thread Sanford Whiteman
> It *would* be possible with... Yeah, I meant if you were already done backfilling to IE 8, that would be REALLY amazing. Not that it's not cool as it is.

Re: [Moo] (Unofficial) MooTools 2 examples

2012-04-16 Thread Arian Stolwijk
It *would* be possible with http://msdn.microsoft.com/en-us/library/ms533014(v=VS.85).aspx and https://en.wikipedia.org/wiki/3D_projection, probably it's just complicated (you'd also need to know the perspective, and all that stuff) and it would be slow. (IE had 2D transforms since 5.5!) So yes, m

Re: [Moo] (Unofficial) MooTools 2 examples

2012-04-16 Thread Sanford Whiteman
It's a good thing those 3D examples don't work in IE 8, or I'd have to jump off a bridge with delight/self-loathing. :P -- S.

Re: [Moo] (Unofficial) MooTools 2 examples

2012-04-16 Thread Arian Stolwijk
There are already 'nightly' or 'edge' builds for MooTools 1.x. For MooTools 2 (or whatever you'd like to call it), edge builds will appear when it's ready. I'd advise people who want to play with it to use the build instructions I described earlier in this thread. If it doesn't work, there's always

Re: [Moo] (Unofficial) MooTools 2 examples

2012-04-16 Thread Andrea Dessì
I'd like to have nightly builds in jsfiddle :) A new build every day ;) -- Andrea Il giorno 16/apr/2012, alle ore 22:17, Darren Waddell ha scritto: > It's still a work in progress and not ready for inclusion in jsfiddle yet. > > Sent from my iPhone > > On 16 Apr 2012, at 20:57, Piotr Zalewa

Re: [Moo] (Unofficial) MooTools 2 examples

2012-04-16 Thread Darren Waddell
It's still a work in progress and not ready for inclusion in jsfiddle yet. Sent from my iPhone On 16 Apr 2012, at 20:57, Piotr Zalewa wrote: > People like to play with the "future" > > On 04/16/12 19:49, kamicane wrote: >> Better not yet :) >> >> On Monday, April 16, 2012 1:21:10 PM UTC+2, z

Re: [Moo] (Unofficial) MooTools 2 examples

2012-04-16 Thread Piotr Zalewa
People like to play with the "future" On 04/16/12 19:49, kamicane wrote: Better not yet :) On Monday, April 16, 2012 1:21:10 PM UTC+2, zalun wrote: Darren, Can I use the link from your assets on github as Mootools 2.0 on jsFiddle? What is the current status (alpha, beta)? zal

Re: [Moo] (Unofficial) MooTools 2 examples

2012-04-16 Thread kamicane
Better not yet :) On Monday, April 16, 2012 1:21:10 PM UTC+2, zalun wrote: > > Darren, > > Can I use the link from your assets on github as Mootools 2.0 on > jsFiddle? What is the current status (alpha, beta)? > > zalun > > On 04/13/12 15:23, fakedarren wrote: > > Hey y'all > > > > Here are some

[Moo] Re: Class.Extras.Events.cloneEvents

2012-04-16 Thread Ciul
Sometimes you have to bury your hands in the sand to get some snails :D $events is in the core so hardly it would change for MooTools 1.x version. For 2.x this code snippet might be updated depending how Core changes. On 16 abr, 09:17, Philip Thompson wrote: > Neato. Are we guaranteed that $even

Re: [Moo] Class.Extras.Events.cloneEvents

2012-04-16 Thread Arian Stolwijk
No, it's not guaranteed. It's not documented anywhere. On the other hand it's not very likely to change either in 1.x. On Mon, Apr 16, 2012 at 4:17 PM, Philip Thompson wrote: > Neato. Are we guaranteed that $events will always be a property that we > can access and use? > > ~Philip > > > On Fri,

Re: [Moo] Class.Extras.Events.cloneEvents

2012-04-16 Thread Philip Thompson
Neato. Are we guaranteed that $events will always be a property that we can access and use? ~Philip On Fri, Apr 13, 2012 at 11:24 PM, Ciul wrote: > Hi MooTools pals, > > I was trying to mimic Element.Events.cloneEvents but for Classes > and, here it is: > > http://jsfiddle.net/Ciul/NjaV2/ >

Re: [Moo] (Unofficial) MooTools 2 examples

2012-04-16 Thread Piotr Zalewa
Darren, Can I use the link from your assets on github as Mootools 2.0 on jsFiddle? What is the current status (alpha, beta)? zalun On 04/13/12 15:23, fakedarren wrote: Hey y'all Here are some MooTools 2 examples for anyone interested: http://jsfiddle.net/user/fakedarren/fiddles/ It is stil