Warning, /webapps/qmlonline/qml/examples/animatedimage.qml is written in an unsupported language. File is not indexed.

0001 import QtQuick 2.12
0002 
0003 Rectangle {
0004     anchors.fill: parent
0005 
0006     AnimatedImage {
0007         id: animation
0008         source: "https://media1.giphy.com/media/lr4KL01w7b0vC/source.gif"
0009             anchors.fill: parent
0010     }
0011 }