animate
Creates a preset UIAnimationView constructor using the provided options.
static
animate(preset: View.ViewPreset<UIAnimationView>, content: ViewClass): ViewClass<UIAnimationView>
Parameters
- preset — The properties, bindings, and event handlers that will be preset on each instance of the resulting class
- content — The content that will be added to each instance of the resulting class
Return value
A new class that extends UIAnimationView
Related
- uiAn object with functions for creating UI components and other resources.