summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/pauseAnimation/pauseAnimation.xml
blob: bb411e2005389bea77ecd7ac28d802fa18c54551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Rect id="rect" width="120" height="200" color="white">
    <Image id="img" file="pics/qtlogo.png"
            x="{60-img.width/2}" y="{200-img.height}">
        <y>
            <SerialAnimation running="true" repeat="true">
                <NumericAnimation to="{200-img.height}"
                    easing="easeOutBounce(amplitude:100)"
                    duration="2000" />
                <PauseAnimation duration="1000" />
            </SerialAnimation>
        </y>
    </Image>
</Rect>