initiallyInteractive
A Boolean value indicating whether the transition started as an interactive transition.
Declaration
var initiallyInteractive: Bool { get }Discussion
The value of this property is true when the transition was initiated interactively and the isAnimated property is also set to true; otherwise, the value is false. The value of this property doesn’t change during the course of a transition. To determine whether the transition is currently interactive, use the isInteractive method instead.