plasma-framework/scriptengines
Aaron J. Seigo f5cb7c67a7 AnimationGroup support and QGraphicsWidget* registration; one can now do things like:
l = new Label;
l.text = 'check this out'
fadeAnim = animation("fade")
fadeAnim.widgetToAnimate = l
rotateAnim = animation("rotate")
animGroup = new AnimationGroup
animGroup.parallel = true
animGroup.add(fadeAnim)
animGroup.add(rotateAnim)
animGroup.start()

and watch the label flip fade out while the whole plasmoid rotates. sweet.

svn path=/trunk/KDE/kdebase/runtime/; revision=1038372
2009-10-21 07:53:49 +00:00
..
javascript AnimationGroup support and QGraphicsWidget* registration; one can now do things like: 2009-10-21 07:53:49 +00:00
CMakeLists.txt Add in missing CMakeLists.txt files 2009-05-17 10:01:33 +00:00