Qt5 C++ GUI Programming Cookbook
上QQ阅读APP看书,第一时间看更新

Using easing curves to control property animation

In this example, we will learn how to make our animation more interesting by utilizing easing curves. We will still use the previous source code, which uses the property animation to animate a push button.