:right-sidebar: True Easing =================================================================== .. currentmodule:: gi.repository.Adw .. class:: Easing :no-contents-entry: Describes the available easing functions for use with :obj:`~gi.repository.Adw.TimedAnimation`\. New values may be added to this enumeration over time. Methods ------- .. rst-class:: interim-class .. class:: Easing :no-index: .. method:: ease(value: float) -> float Computes easing with ``easing`` for ``value``\. ``value`` should generally be in the [0, 1] range. :param value: a value to ease Fields ------ .. rst-class:: interim-class .. class:: Easing :no-index: .. attribute:: EASE_IN_BACK The type of the None singleton. .. attribute:: EASE_IN_BOUNCE The type of the None singleton. .. attribute:: EASE_IN_CIRC The type of the None singleton. .. attribute:: EASE_IN_CUBIC The type of the None singleton. .. attribute:: EASE_IN_ELASTIC The type of the None singleton. .. attribute:: EASE_IN_EXPO The type of the None singleton. .. attribute:: EASE_IN_OUT_BACK The type of the None singleton. .. attribute:: EASE_IN_OUT_BOUNCE The type of the None singleton. .. attribute:: EASE_IN_OUT_CIRC The type of the None singleton. .. attribute:: EASE_IN_OUT_CUBIC The type of the None singleton. .. attribute:: EASE_IN_OUT_ELASTIC The type of the None singleton. .. attribute:: EASE_IN_OUT_EXPO The type of the None singleton. .. attribute:: EASE_IN_OUT_QUAD The type of the None singleton. .. attribute:: EASE_IN_OUT_QUART The type of the None singleton. .. attribute:: EASE_IN_OUT_QUINT The type of the None singleton. .. attribute:: EASE_IN_OUT_SINE The type of the None singleton. .. attribute:: EASE_IN_QUAD The type of the None singleton. .. attribute:: EASE_IN_QUART The type of the None singleton. .. attribute:: EASE_IN_QUINT The type of the None singleton. .. attribute:: EASE_IN_SINE The type of the None singleton. .. attribute:: EASE_OUT_BACK The type of the None singleton. .. attribute:: EASE_OUT_BOUNCE The type of the None singleton. .. attribute:: EASE_OUT_CIRC The type of the None singleton. .. attribute:: EASE_OUT_CUBIC The type of the None singleton. .. attribute:: EASE_OUT_ELASTIC The type of the None singleton. .. attribute:: EASE_OUT_EXPO The type of the None singleton. .. attribute:: EASE_OUT_QUAD The type of the None singleton. .. attribute:: EASE_OUT_QUART The type of the None singleton. .. attribute:: EASE_OUT_QUINT The type of the None singleton. .. attribute:: EASE_OUT_SINE The type of the None singleton. .. attribute:: LINEAR The type of the None singleton.