applyBounce
layout applyBounce boolean { t | nil }
Description
Specifies if gravity offset bounce values are used.
The default is nil. When set to t, gravityOn is automatically set to t.
GUI Equivalent
Examples
envGetVal("layout" "applyBounce")
envSetVal("layout" "applyBounce" 'boolean t)
Related Topics
Return to top