Thank you for your help. I guess I was just being dense, I don't know why I didn't check the version. This solved my problem, but... has now created more. :-)
Thanks again for you help. On Jul 8, 2:39 pm, anutron <[email protected]> wrote: > Fx.Tween was called Fx.Style in MooTools 1.11 (if I remember correctly). > > On Wed, Jul 8, 2009 at 1:36 PM, cogear (via Nabble) < > [email protected]<ml-user%[email protected]> > > > > > wrote: > > > version:'1.11' > > > On Jul 8, 1:57 pm, Fábio M. Costa > > <fabiomco...@...<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=3227867&i=0>> > > wrote: > > > > What version are you using? > > > > Fábio Miranda Costa > > > Solucione Sistemas > > > Front-End Engineerhttp://meiocodigo.com > > > > On Wed, Jul 8, 2009 at 4:39 PM, cogear > > > <cog...@...<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=3227867&i=1>> > > wrote: > > > > > Everytime I try to use mootools I have trouble. Please help! I am > > > > obviously missing something. Trying to keep it simple here is my code > > > > so far. > > > > > <script type="text/javascript"> > > > > window.addEvent('domready',function() { > > > > var otherEl = $('dropdown'); > > > > console.log(otherEl); > > > > var myEffect = new Fx.Tween(otherEl, {transition: > > > > Fx.Transitions.Quint.easeInOut}); > > > > }); > > > > </script> > > > > > This throws the error: > > > > Fx.Tween is not a constructor > > > > > Can anyone please tell me what I am doing wrong? > > > > > Thanks > > > ------------------------------ > > View message @ > >http://n2.nabble.com/-Moo--Tween-not-a-constructor-tp3227534p3227867.... > > To start a new topic under MooTools Users, email > > [email protected]<ml-node%[email protected]> > > To unsubscribe from MooTools Users, click here< (link removed) >. > > ----- > The MooTools Tutorial: http://www.mootorial.comwww.mootorial.com > Clientcide: http://www.clientcide.comwww.clientcide.com > -- > View this message in > context:http://n2.nabble.com/-Moo--Tween-not-a-constructor-tp3227534p3227885.... > Sent from the MooTools Users mailing list archive at Nabble.com.
