Contents

startProgress

Indicates the start point of the receiver as a fraction of the entire transition.

Declaration

var startProgress: Float { get set }

Discussion

Legal values are numbers between 0.0 and 1.0. For example, to start the transition half way through its progress set startProgress to 0.5. The default value is 0.

See Also

Related Documentation

  • Core Animation Programming Guide

Transition start and end point