@Steve Onnis You read my last post? Gif Animations are:
- static - cannot be controlled the animated way (bounce, elastic ..) - cannot dynamicly be scaled to a destination duration (by giving a duration to the morph), - cannot have additional effects (opacity, position) - do not have alpha transparency - will become big in size with every frame added - can have up to 256colors max As said - this is nothing big, just something i came along with (because i needed a Ping-Pong function). Maybe you do not want a "moving glow" but maybe you want to scroll a DIV's content east >> west >> east >> west and so on, looping the ping-pong way. On 11 Nov., 21:49, "Steve Onnis" <[email protected]> wrote: > Looking at it, why wouldn't you just use an animated gif? > > -----Original Message----- > From: Daniel Lohse [mailto:[email protected]] > Sent: Thursday, 12 November 2009 5:36 AM > To: [email protected] > Subject: [Moo] Re: sweet loading Indicator > > I really like it. Cool stuff! :) > > --Daniel > > On 2009-11-11, at 11/November, 7:12 PM, Fli7e wrote: > > > because i use png images and can use the transiotion effect to e.g. > > let the animation bounce, be elastic and whatsoever. > > > everyone is using a spinner - ok - or a png animated spinner using a > > css sprite beeing background-positioned, ok but my goal was to create > > a ping-pong "animation" and the loader images was just one thing i put > > it into. just take is as "just something", nothing serious or > > revolutionary. > > > On 11 Nov., 18:57, Aaron Newton <[email protected]> wrote: > >> it's neat, but I'm not sure I get why you wouldn't just use an animated > >> image... > > >> On Wed, Nov 11, 2009 at 9:08 AM, Fli7e <[email protected]> wrote: > > >>> Well, after playing around with some Morph() Stuff i came up with > >>> something i like. An endless Ping-Pong Animtion morphed by the Moo. > > >>> You can see it in action over at MooShell: > > >>>http://mooshell.net/sCGDr/ > > >>> of on my dev-site at > > >>>http://dev.artness.de/ > > >>> Have fun and maybe some of you find this usefull. > > >>> Timo
