Home
last modified time | relevance | path

Searched refs:bouncesAtMaximumHeight (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-dev-menu/ios/OverlayContainer/
H A DRubberBandOverlayTranslationFunction.swift17 public var bouncesAtMaximumHeight = true variable
27 if context.translation >= context.maximumHeight && bouncesAtMaximumHeight { in overlayTranslationHeight()