|
|
|
@ -38,7 +38,7 @@ AbilityDefinition.Animations {
|
|
|
|
|
speedFactor: bridge ? bridge.animations.speedFactor : local.speedFactor
|
|
|
|
|
|
|
|
|
|
//! parabolic effect animations
|
|
|
|
|
minZoomFactor: bridge ? bridge.animations.minZoomFactor : local.minZoomFactor
|
|
|
|
|
maxZoomFactor: bridge ? bridge.animations.maxZoomFactor : local.maxZoomFactor
|
|
|
|
|
hoverPixelSensitivity: bridge ? bridge.animations.hoverPixelSensitivity : local.hoverPixelSensitivity
|
|
|
|
|
|
|
|
|
|
readonly property AbilityDefinition.Animations local: AbilityDefinition.Animations{}
|
|
|
|
|