Project

General

Profile

carousel with WAnimation

Added by Sergey Bryukov almost 11 years ago

Hello

how-to implement carousel imgae gallery?

from Wt-homepage example it is clear how to begin

WAnimation animation(WAnimation::SlideInFromRight, WAnimation::EaseIn);

this->setTransitionAnimation(animation,true);

then how to process chenching contecnt animated for WContainerWidget or for WStackedWidget?

Calling show()/hide() for precreated WImage doesn,t efect animation.

What to call to animate?