docs/Protocols/HeroAnimator.html
public protocol HeroAnimator : AnyObject
Undocumented
`
hero
`
Undocumented
Swift
var hero: HeroTransition! { get set }
`
canAnimate(view:appearing:)
`
Undocumented
Swift
func canAnimate(view: UIView, appearing: Bool) -> Bool
`
animate(fromViews:toViews:)
`
Undocumented
Swift
func animate(fromViews: [UIView], toViews: [UIView]) -> TimeInterval
`
clean()
`
Undocumented
Swift
func clean()
`
seekTo(timePassed:)
`
Undocumented
Swift
func seekTo(timePassed: TimeInterval)
`
resume(timePassed:reverse:)
`
Undocumented
Swift
func resume(timePassed: TimeInterval, reverse: Bool) -> TimeInterval
`
apply(state:to:)
`
Undocumented
Swift
func apply(state: HeroTargetState, to view: UIView)
`
changeTarget(state:isDestination:to:)
`
Undocumented
Swift
func changeTarget(state: HeroTargetState, isDestination: Bool, to view: UIView)