@NonNullByDefault
Package ej.motion.circ
Contains the implementation of the circ function.
-
Class Summary Class Description CircEaseInFunction Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop instruction.CircEaseInOutFunction Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.CircEaseOutFunction Represents a ease out motion: starts at a steady speed, then slows down to a stop.