Contents

init(name:)

Creates and returns a new instance of CAMediaTimingFunction configured with the predefined timing function specified by name.

Declaration

convenience init(name: CAMediaTimingFunctionName)

Parameters

Return Value

A new instance of CAMediaTimingFunction with the timing function specified by name.

See Also

Related Documentation

  • Core Animation Programming Guide

Creating Timing Functions