The turn indicator transition effect length is 1 sec and the turn indicator changes in 500 msec:
transitions: [
Transition {
from: "*"
to: "*"
NumberAnimation {
target: turnleft
properties: "opacity"
duration: 1000
easing.type: Easing.InOutQuad
}
}
]