-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Recording
-
HeadlessScreenRecorder
-
Methods
-
RecordAnimationEvent(String, Object?)
RecordAnimationEvent(String, Object?) Method
Definition
Records an animation event.
public void RecordAnimationEvent(string description, object? data = null)
Parameters
- description
- String
Description of the animation.
- data
- Object
Optional animation data.