Re: [qooxdoo-devel] Image animation

2010-07-07 Thread Ben Lozano
Thank you, Daniel. This is the best thing I can do. I'll let everybody know if I get something rigged up. On Wed, Jun 30, 2010 at 4:18 AM, Daniel Wagner wrote: > Hi Ben, > > it's probably not as high-level as what you're thinking of, but the > qx.fx.effect package could be worth looking into. > >

Re: [qooxdoo-devel] Image animation

2010-06-30 Thread Daniel Wagner
Hi Ben, it's probably not as high-level as what you're thinking of, but the qx.fx.effect package could be worth looking into. Here's a quick and dirty example of an effect that uses qx.fx.effect.core.Style to cycle background images: http://gist.github.com/458437 Regards, Daniel Ben Lozano

[qooxdoo-devel] Image animation

2010-06-29 Thread Ben Lozano
Hi, Does Qooxdoo implement a high-level way to animate a series of still images procedurally (more specifically, animate based on user interaction)? I assume that reassigning a background image rapidly or something similar would do the trick - but I'm looking for something cleaner and faster. Any t