blob: e83910c5a5ca56b5178d8d14df96882cf8cbed30 [file] [log] [blame]
import QtQuick 2.0
Item {
NumberAnimation on opacity { from: 0; to: 1; duration: 100; loops: Animation.Infinite }
}