blob: 8d5dc4a92b10e047449d878a5dc5877bf95cafa6 [file] [log] [blame]
import QtQuick 2.0
SmoothedAnimation {
to: 10; velocity: 250; reversingMode: SmoothedAnimation.Sync
maximumEasingTime: 150
}