/WidgetAnimationFramework

Library for animate Qt widgets

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

WidgetAnimationFramework

Small extension for animate Qt widgets.

Side sliding animation

WAF::Animation::sideSlideIn(myCoolWidget, WAF::LeftSide);

Side sliding animation demonstration

Sliding animation

WAF::Animation::slideIn(myCoolWidget, WAF::FromTopToBottom);

Sliding animation demonstration

Notify example

Implemented in demo project.

Sliding notifications