Garry's Mod Wiki

Revision Difference

math.ease.InOutCirc#546470

<function name="InOutCirc" parent="math.ease" type="libraryfunc">⤶ <description>Eases in and out using a circular function.</description>⤶ <realm>Shared and Menu</realm>⤶ <file line="122-L126">lua/includes/extensions/math/ease.lua</file>⤶ <args>⤶ <arg name="fraction" type="number">Fraction of the progress to ease, from 0 to 1</arg>⤶ </args>⤶ <rets>⤶ <ret name="" type="number">"Eased" Value, from 0 to 1</ret>⤶ </rets>⤶ </function>