public static const DRAG:String = "drag"
Product Version : | Feathers 3.2.0 |
The pull view may be dragged with the scroller's content. If
hasElasticEdges
is false
, and the scroll
position reaches the minimum or maximum, the pull view may be dragged
while the content remains fixed.
public static const FIXED:String = "fixed"
Product Version : | Feathers 3.2.0 |
The pull view is fixed to the edge of the the scroller's view port.
If hasElasticEdges
is true
, the pull view
will be revealed under the scroller's content. If
hasElasticEdges
is false
, the pull view
will fade in above the scroller's content.