blob: 86c5f3bd7d390086c4bcf72066262bb9fd03d315 [file] [log] [blame]
import QtQuick 2.0
Item {
id: root
NumberAnimation on root.opacity { duration: 1000 }
}