IAnimationManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class is responsible for controlling the animations in .NET MAUI.
public interface class IAnimationManager
public interface IAnimationManager
type IAnimationManager = interface
Public Interface IAnimationManager
- Derived
Properties
AutoStartTicker |
Specifies whether or not to automatically start the animation ticker for this manager. |
SpeedModifier |
Specifies a factor with which the animations for this manager should be multiplied. |
Ticker |
The ticker that is used by this manager to time the animations. |
Methods
Add(Animation) |
Adds the given animation to this manager. |
Remove(Animation) |
Removes the given animation from this manager. |
Extension Methods
Add(IAnimationManager, Action<Double>) | |
Insert(IAnimationManager, Func<Int64,Boolean>) | |
Remove(IAnimationManager, Int32) |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI