From: "richard.j.dale@..." Date: 2007-03-16T04:50:14+09:00 Subject: Re: Animated window resize with FXRuby On Mar 15, 5:33 pm, "Dat Chu" wrote: > Hello, > > Does anyone know of any prebuilt framework to facilitate animation in > FXRuby (or GTK, or Qt)? I am coming from the web world and don't know > everything about desktop GUI. > > I can't seem to find any information on how to make similar animation > like those found in Scriptaculous, Mootools, .... > > Any pointer would be appreciated guys. Qt4 QtRuby has Qt::TimeLine for animations that you can use in conjunction with classes like Qt::GraphicsItemAnimation on a Qt::GraphicsView canvas, as well as using it with ordinary Qt::Widgets.