Hello guys, I am wondering if there is a way with the effects library to do a grow/shrink effect on images much like the dock does in OSX. I''ve been playing with the code but I can seem to figure it out. What needs to happen is the images need to go from 45x45 to 90x90 when you mouse over it and then back to 45x45 when you mouse off of them. Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 :: Fax: (317) 492-6419 ******************** ******************** This E-mail (and attachments) may contain confidential/privileged information intended only for the named addressee(s). If you are not an intended recipient, do not read, copy, disseminate or take any action based on the content of this E-mail. Please notify the sender by reply E-mail and erase this E-mail from your system. Your assistance is appreciated. E-mail transmission may not be secure or error-free. The company is not responsible for any loss/damage arising from any virus transmitted. ******************** ******************** _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Unless you''re absolutely against mixing libraries (and assuming dojo and prototype play nicely together), dojo already has that... http://archive.dojotoolkit.org/nightly/tests/widget/test_FisheyeList.html -Jerod On 7/17/06, Whitcraft, Jon <jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org> wrote:> > Hello guys, > > > > I am wondering if there is a way with the effects library to do a > grow/shrink effect on images much like the dock does in OSX. I''ve been > playing with the code but I can seem to figure it out. What needs to happen > is the images need to go from 45x45 to 90x90 when you mouse over it and then > back to 45x45 when you mouse off of them. > > > > Thanks, > > > > <http://zend.com/zce.php?c=ZEND002524&r=212822110> > > Jon Whitcraft > Indianapolis Motor Speedway > jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org > > Phone: (317) 492-8623 :: Fax: (317) 492-6419 > > > ******************** > ******************** > This E-mail (and attachments) may contain confidential/privileged > information intended only for the named addressee(s). If you are not an > intended recipient, do not read, copy, disseminate or take any action based > on the content of this E-mail. Please notify the sender by reply E-mail and > erase this E-mail from your system. Your assistance is appreciated. E-mail > transmission may not be secure or error-free. The company is not responsible > for any loss/damage arising from any virus transmitted. > ******************** > ******************** > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
What the world really needs now is a proto-dojo-scriptaculous abstraction layer. Much like proto and dojo abstract browser differences we need an interop lib on top of these... for a given command or widget where code is available in both libs, the coder can specify the provider like "new Draggable(someElement, options, jLibProviders.Dojo);", but too many differences probably exist, and it would be hard to create anything like that which would be maintainable and future proofed against new releases of either library. :-) ...just talking. On 7/17/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Unless you''re absolutely against mixing libraries (and assuming dojo and > prototype play nicely together), dojo already has that... > > http://archive.dojotoolkit.org/nightly/tests/widget/test_FisheyeList.html > > -Jerod > > On 7/17/06, Whitcraft, Jon < jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org> wrote: > > > > Hello guys, > > > > > > > > I am wondering if there is a way with the effects library to do a > > grow/shrink effect on images much like the dock does in OSX. I''ve been > > playing with the code but I can seem to figure it out. What needs to happen > > is the images need to go from 45x45 to 90x90 when you mouse over it and then > > back to 45x45 when you mouse off of them. > > > > > > > > Thanks, > > > > > > > > <http://zend.com/zce.php?c=ZEND002524&r=212822110> > > > > Jon Whitcraft > > Indianapolis Motor Speedway > > jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org > > > > Phone: (317) 492-8623 :: Fax: (317) 492-6419 > > > > > > ******************** > > ******************** > > This E-mail (and attachments) may contain confidential/privileged > > information intended only for the named addressee(s). If you are not an > > intended recipient, do not read, copy, disseminate or take any action based > > on the content of this E-mail. Please notify the sender by reply E-mail and > > erase this E-mail from your system. Your assistance is appreciated. E-mail > > transmission may not be secure or error-free. The company is not responsible > > for any loss/damage arising from any virus transmitted. > > ******************** > > ******************** > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Heh, yeah...an abstraction layer for abstraction layers....whee! On 7/18/06, Ryan Gahl <ryan.gahl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > What the world really needs now is a proto-dojo-scriptaculous abstraction > layer. Much like proto and dojo abstract browser differences we need an > interop lib on top of these... for a given command or widget where code is > available in both libs, the coder can specify the provider like "new > Draggable(someElement, options, jLibProviders.Dojo);", but too many > differences probably exist, and it would be hard to create anything like > that which would be maintainable and future proofed against new releases of > either library. > > :-) > > ...just talking. > > > On 7/17/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Unless you''re absolutely against mixing libraries (and assuming dojo and > > prototype play nicely together), dojo already has that... > > > > > > http://archive.dojotoolkit.org/nightly/tests/widget/test_FisheyeList.html > > > > -Jerod > > > > On 7/17/06, Whitcraft, Jon < jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org> wrote: > > > > > > Hello guys, > > > > > > > > > > > > I am wondering if there is a way with the effects library to do a > > > grow/shrink effect on images much like the dock does in OSX. I''ve been > > > playing with the code but I can seem to figure it out. What needs to happen > > > is the images need to go from 45x45 to 90x90 when you mouse over it and then > > > back to 45x45 when you mouse off of them. > > > > > > > > > > > > Thanks, > > > > > > > > > > > > <http://zend.com/zce.php?c=ZEND002524&r=212822110> > > > > > > Jon Whitcraft > > > Indianapolis Motor Speedway > > > jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org > > > > > > Phone: (317) 492-8623 :: Fax: (317) 492-6419 > > > > > > > > > ******************** > > > ******************** > > > This E-mail (and attachments) may contain confidential/privileged > > > information intended only for the named addressee(s). If you are not an > > > intended recipient, do not read, copy, disseminate or take any action based > > > on the content of this E-mail. Please notify the sender by reply E-mail and > > > erase this E-mail from your system. Your assistance is appreciated. E-mail > > > transmission may not be secure or error-free. The company is not responsible > > > for any loss/damage arising from any virus transmitted. > > > ******************** > > > ******************** > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
lol, Jerod. script.acu.proto.dojo.lo.us On 7/18/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Heh, yeah...an abstraction layer for abstraction layers....whee! > > > On 7/18/06, Ryan Gahl <ryan.gahl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > What the world really needs now is a proto-dojo-scriptaculous > > abstraction layer. Much like proto and dojo abstract browser differences we > > need an interop lib on top of these... for a given command or widget where > > code is available in both libs, the coder can specify the provider like "new > > Draggable(someElement, options, jLibProviders.Dojo);", but too many > > differences probably exist, and it would be hard to create anything like > > that which would be maintainable and future proofed against new releases of > > either library. > > > > :-) > > > > ...just talking. > > > > > > On 7/17/06, Jerod Venema < jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > Unless you''re absolutely against mixing libraries (and assuming dojo > > > and prototype play nicely together), dojo already has that... > > > > > > > > > http://archive.dojotoolkit.org/nightly/tests/widget/test_FisheyeList.html > > > > > > -Jerod > > > > > > On 7/17/06, Whitcraft, Jon < jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org> wrote: > > > > > > > > Hello guys, > > > > > > > > > > > > > > > > I am wondering if there is a way with the effects library to do a > > > > grow/shrink effect on images much like the dock does in OSX. I''ve been > > > > playing with the code but I can seem to figure it out. What needs to happen > > > > is the images need to go from 45x45 to 90x90 when you mouse over it and then > > > > back to 45x45 when you mouse off of them. > > > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > > > <http://zend.com/zce.php?c=ZEND002524&r=212822110> > > > > > > > > Jon Whitcraft > > > > Indianapolis Motor Speedway > > > > jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org > > > > > > > > Phone: (317) 492-8623 :: Fax: (317) 492-6419 > > > > > > > > > > > > ******************** > > > > ******************** > > > > This E-mail (and attachments) may contain confidential/privileged > > > > information intended only for the named addressee(s). If you are not an > > > > intended recipient, do not read, copy, disseminate or take any action based > > > > on the content of this E-mail. Please notify the sender by reply E-mail and > > > > erase this E-mail from your system. Your assistance is appreciated. E-mail > > > > transmission may not be secure or error-free. The company is not responsible > > > > for any loss/damage arising from any virus transmitted. > > > > ******************** > > > > ******************** > > > > > > > > _______________________________________________ > > > > Rails-spinoffs mailing list > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
...exbealadocious On 7/18/06, Ryan Gahl <ryan.gahl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > lol, Jerod. > > script.acu.proto.dojo.lo.us > > > On 7/18/06, Jerod Venema < jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Heh, yeah...an abstraction layer for abstraction layers....whee! > > > > > > On 7/18/06, Ryan Gahl < ryan.gahl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > What the world really needs now is a proto-dojo-scriptaculous > > > abstraction layer. Much like proto and dojo abstract browser differences we > > > need an interop lib on top of these... for a given command or widget where > > > code is available in both libs, the coder can specify the provider like "new > > > Draggable(someElement, options, jLibProviders.Dojo);", but too many > > > differences probably exist, and it would be hard to create anything like > > > that which would be maintainable and future proofed against new releases of > > > either library. > > > > > > :-) > > > > > > ...just talking. > > > > > > > > > On 7/17/06, Jerod Venema < jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > Unless you''re absolutely against mixing libraries (and assuming dojo > > > > and prototype play nicely together), dojo already has that... > > > > > > > > > > > > http://archive.dojotoolkit.org/nightly/tests/widget/test_FisheyeList.html > > > > > > > > -Jerod > > > > > > > > On 7/17/06, Whitcraft, Jon < jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org> wrote: > > > > > > > > > > Hello guys, > > > > > > > > > > > > > > > > > > > > I am wondering if there is a way with the effects library to do a > > > > > grow/shrink effect on images much like the dock does in OSX. I''ve been > > > > > playing with the code but I can seem to figure it out. What needs to happen > > > > > is the images need to go from 45x45 to 90x90 when you mouse over it and then > > > > > back to 45x45 when you mouse off of them. > > > > > > > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > > > > > > > <http://zend.com/zce.php?c=ZEND002524&r=212822110> > > > > > > > > > > Jon Whitcraft > > > > > Indianapolis Motor Speedway > > > > > jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org > > > > > > > > > > Phone: (317) 492-8623 :: Fax: (317) 492-6419 > > > > > > > > > > > > > > > ******************** > > > > > ******************** > > > > > This E-mail (and attachments) may contain confidential/privileged > > > > > information intended only for the named addressee(s). If you are not an > > > > > intended recipient, do not read, copy, disseminate or take any action based > > > > > on the content of this E-mail. Please notify the sender by reply E-mail and > > > > > erase this E-mail from your system. Your assistance is appreciated. E-mail > > > > > transmission may not be secure or error-free. The company is not responsible > > > > > for any loss/damage arising from any virus transmitted. > > > > > ******************** > > > > > ******************** > > > > > > > > > > _______________________________________________ > > > > > Rails-spinoffs mailing list > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Rails-spinoffs mailing list > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Hi, my last mail tonight, I promise :-) Trac is down for a while so I will ask here if it is a bug. The opacity based filters will not work stable in my Firefox 1.5. The first few times they work on the same element they still look good, but after a while they get choppy and flicker When I comment lines 60-62 which sets in Firefox it to 0.9999, then it is long time stable and will create all the time the same effect. The line anyway indicates that this is some kind of browser specific hack. In my Firefox (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4) it works perfectly without these lines. Somebody knows what the purpose of this is? Fabian PS: Democode: <html> <head> <script type="text/javascript" src="prototype.js" ></script> <script type="text/javascript" src="scriptaculous.js?load=effects"></script> <script> function fadeAndAppear(){ Effect.Fade(''content'',{queue:''front''}); Effect.Appear(''content'',{queue:''end''}); } </script> </head> <body> <h1 onclick="fadeAndAppear()">click me often in Firefox 1.5</h1> <div id="content" style="background-color:blue;height:100px">lore ipsum</div> </body> </html>
Hi all, Is there any way to take a block element, grow it a percentage from its current size on mouseover and then shrink it back on mouseout? I''m looking to recreate the nav on this site http://www.dot-gap.com/ without using Flash. Cheers, Leon