Nebula SWT Transition Widget
STW - SWT Transition Widget
STW is a transition widget! It adds fancy effects to SWT GUI. Users would enjoy wandering around views with smooth transition effects.
Implemented transitions are:
- CubicRotationTransition: horizontal and vertical 3D cubic rotations
- SlideTransition: horizontal and vertical slide transitions
- FadeTransition: fade transition
Each transition has its own parameters so as to be tuned to get different effects. Not only that, you can also make your own transition effects by extending the Transition abstract class.
Check these videos:
JAVADOC : Javadoc is available here.