plasma-framework/declarativeimports/plasmaextracomponents/qml/animations/Animations.js
Sebastian Kügler ec53236725 Animations have moved here
from plasma-mobile/components/mobilecomponents
2012-03-30 00:34:17 +02:00

8 lines
133 B
JavaScript

.pragma library
// a normal animation
var normalDuration = 250;
// for direct feedback, such as tapping
var feedbackDuration = 50;