WidgetExplorer.qml: work around QML transition bug with animations off
Due to https://bugreports.qt.io/browse/QTBUG-127709, zero-speed animations cause the remove and addDisplaced transitions to malfunction: items end up overlapping.
Work around it for now by manually disabling those when the animation speed is zero.
BUG: 483962 FIXED-IN: 6.1.5
Edited by Nate Graham