reinierkuipers-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jan-23 10:53 UTC
I''m looking for some fancy javascript effect I saw somewhere
Hi there I''m looking for something, and I''m real desperate. A couple a weeks ago I found a script that made it possible to let a a-element (like a:hover) look like this ala Big Spaceship (bigspaceship.com) and GEORIEW (georgiew.de). -> the topmenu effect I don''t know how to call this effect, so I can''t find it (it was a javascript). I forgot to save it on my del.icio.us, wich is very stupid of me. Anyone recognize it, or know how to call this effect? And better, know where to find it? Thanks so much --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Herval Freire
2007-Jan-23 11:21 UTC
Re: I''m looking for some fancy javascript effect I saw somewhere
This is Macromedia Flash, mate... No mistery, just animations 2007/1/23, reinierkuipers-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <reinierkuipers-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> > > Hi there > > I''m looking for something, and I''m real desperate. A couple a weeks ago > I found a script that made it possible to let a a-element (like > a:hover) look like this ala Big Spaceship (bigspaceship.com) and > GEORIEW (georgiew.de). -> the topmenu effect > > I don''t know how to call this effect, so I can''t find it (it was a > javascript). I forgot to save it on my del.icio.us, wich is very stupid > of me. > > Anyone recognize it, or know how to call this effect? And better, know > where to find it? > > Thanks so much > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
reinierkuipers-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jan-24 15:28 UTC
Re: I''m looking for some fancy javascript effect I saw somewhere
I know it is, my friend! But there is a javascript solution, so that''s why I''m asking. Cheers On Jan 23, 12:21 pm, "Herval Freire" <hervalfre...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> This is Macromedia Flash, mate... No mistery, just animations > > 2007/1/23, reinierkuip...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <reinierkuip...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: > > > > > Hi there > > > I''m looking for something, and I''m real desperate. A couple a weeks ago > > I found a script that made it possible to let a a-element (like > > a:hover) look like this ala Big Spaceship (bigspaceship.com) and > > GEORIEW (georgiew.de). -> the topmenu effect > > > I don''t know how to call this effect, so I can''t find it (it was a > > javascript). I forgot to save it on my del.icio.us, wich is very stupid > > of me. > > > Anyone recognize it, or know how to call this effect? And better, know > > where to find it? > > > Thanks so much--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Tom Gregory
2007-Jan-24 17:28 UTC
Re: I''m looking for some fancy javascript effect I saw somewhere
The two examples you provided are actually different, although minutely so. The first does a text transform, simulating a rotation around the horizontal axis. You''d need to use images for this instead of text, and model the 3-D transform similar to how other js image rotators do. (If you plan on doing it yourself, you''d better be pretty comfortable w/ linear algebra.) The second example could be emulated by combining a SlideDown effect in parallel with some other custom effect. Perhaps Effect.Morph would help you here. YMMV. Happy coding! TAG On Jan 24, 2007, at 8:28 AM, reinierkuipers-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> > I know it is, my friend! > > But there is a javascript solution, so that''s why I''m asking. > > Cheers > > On Jan 23, 12:21 pm, "Herval Freire" <hervalfre...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> This is Macromedia Flash, mate... No mistery, just animations >> >> 2007/1/23, reinierkuip...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <reinierkuip...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: >> >> >> >>> Hi there >> >>> I''m looking for something, and I''m real desperate. A couple a >>> weeks ago >>> I found a script that made it possible to let a a-element (like >>> a:hover) look like this ala Big Spaceship (bigspaceship.com) and >>> GEORIEW (georgiew.de). -> the topmenu effect >> >>> I don''t know how to call this effect, so I can''t find it (it was a >>> javascript). I forgot to save it on my del.icio.us, wich is very >>> stupid >>> of me. >> >>> Anyone recognize it, or know how to call this effect? And better, >>> know >>> where to find it? >> >>> Thanks so much > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---