yamachan249 / WidgetAnimationFramework

Library for animate Qt widgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Library for animate Qt widgets

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 100.0%