Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 621 Bytes

easing.rst

File metadata and controls

38 lines (29 loc) · 621 Bytes

Easing Functions

.. currentmodule:: goopylib.maths.easing

.. autosummary::
    :toctree: easing
    :nosignatures:
    :template: autosummary/easing_function.rst

    ease_linear
    ease_poly
    ease_quad
    ease_cubic
    ease_quart
    ease_quint
    ease_sin
    ease_exp
    ease_circle
    ease_back
    ease_elastic
    ease_bounce


Easing Function Graphs

easing_graphs/all.png

Combine Easing Functions

.. autofunction:: combine_easing

easing_graphs/combine_easing.png