Sdílet prostřednictvím


IAnimatable Rozhraní

Definice

public interface class IAnimatable
public interface IAnimatable
type IAnimatable = interface
Public Interface IAnimatable
Odvozené

Metody

Name Description
BatchBegin()
BatchCommit()

Metody rozšíření

Name Description
AbortAnimation(IAnimatable, String)

Zastaví animaci.

Animate(IAnimatable, String, Action<Double>, Double, Double, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>)

Animuje self od start do end.

Animate(IAnimatable, String, Action<Double>, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>)

Animuje self pomocí zadaného zpětného volání.

Animate(IAnimatable, String, Animation, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>)

Běží animation na self.

Animate<T>(IAnimatable, String, Func<Double,T>, Action<T>, UInt32, UInt32, Easing, Action<T,Boolean>, Func<Boolean>, IAnimationManager)

self Animace pomocí transform a callback.

AnimateKinetic(IAnimatable, String, Func<Double,Double,Boolean>, Double, Double, Action, IAnimationManager)

Nastaví zadané parametry a spustí animaci kinetiky.

AnimationIsRunning(IAnimatable, String)

Vrátí logickou hodnotu, která určuje, zda je animace určená spuštěním handle .

Batch(IAnimatable)

Platí pro