Contents

circularEaseInOut

A circular curve that starts out slowly, speeds up over the middle, then slows down again as it approaches the end.

Declaration

static let circularEaseInOut: UnitCurve

Discussion

The shape of the curve is defined by a piecewise combination of circularEaseIn and circularEaseOut.

See Also

Getting easing curves