Drawing and Animation
Drawing and Animation Components" typically refer to software libraries or frameworks that provide tools and functionalities for creating graphical content, illustrations, and animations in applications. These components are essential for developers who want to enhance the visual appeal and interactivity of their software.
About the component
- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The Animator Pro component provides advanced animation capabilities for AndroidViewComponents, leveraging the Flubber library for a wide range of customizable animations.
Overview
A non-visible component that adds advanced animation capabilities to AndroidViewComponents.
android.permission.INTERNET
It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the
.accordion-body
, though the transition does limit overflow.
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | view | AndroidViewComponent | |
2 | animation | String | |
3 | interpolator | String | |
4 | repeatMode | int |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Alpha | float | |
2 | Alpha | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | AutoStart | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ScaleX | float | |
2 | ScaleX | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ScaleY | float | |
2 | ScaleY | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | TranslationX | float | |
2 | TranslationX | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | TranslationY | float | |
2 | TranslationY | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Velocity | int |