diff --git a/imports/NeoChat/Component/Timeline/ReadMarkerDelegate.qml b/imports/NeoChat/Component/Timeline/ReadMarkerDelegate.qml index b279b463f..b2856ac71 100644 --- a/imports/NeoChat/Component/Timeline/ReadMarkerDelegate.qml +++ b/imports/NeoChat/Component/Timeline/ReadMarkerDelegate.qml @@ -47,7 +47,10 @@ QQC2.ItemDelegate { transitions: [ Transition { - AnchorAnimation{duration: Kirigami.Units.longDuration; easing.type: Easing.OutCubic} + AnchorAnimation { + duration: Kirigami.Units.longDuration + easing.type: Easing.OutCubic + } } ]