Packagefeathers.controls
Classpublic class TrackInteractionMode
InheritanceTrackInteractionMode Inheritance Object

Product Version : Feathers 3.0.0

Interaction modes for components with a track.



Public Constants
 ConstantDefined By
  BY_PAGE : String = "byPage"
[static] When the track is touched, the value is increased or decreased (depending on the location of the touch) by the value of the page property.
TrackInteractionMode
  TO_VALUE : String = "toValue"
[static] When the track is touched, the slider's thumb jumps directly to the touch position, and the slider's value property is updated to match as if the thumb were dragged to that position, and the thumb may continue to be dragged until the touch ends.
TrackInteractionMode
Constant Detail
BY_PAGEConstant
public static const BY_PAGE:String = "byPage"

Product Version : Feathers 3.0.0

When the track is touched, the value is increased or decreased (depending on the location of the touch) by the value of the page property.

TO_VALUEConstant 
public static const TO_VALUE:String = "toValue"

Product Version : Feathers 3.0.0

When the track is touched, the slider's thumb jumps directly to the touch position, and the slider's value property is updated to match as if the thumb were dragged to that position, and the thumb may continue to be dragged until the touch ends.