import QtQuick 2.0

AnimatedImage {
    source: "stickman.gif"
    paused: true
    currentFrame: 2
}
