Social
The Social component in app builders typically provides functionalities that allow developers to integrate social media features into their applications, facilitating interaction, sharing, and engagement with social platforms.
About the component
- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The Animation Utilities component provides a set of methods for animating various properties of components, such as height, width, position, rotation, and transparency. It's a utility component, not a visible component, so it doesn't have any visual representation in the app's UI itself.
Overview
A non-visible component that provides animation utilities.
No Permissions needed for this component.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | component |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | component |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | component | |
2 | duration | int | |
3 | oldHeight | int | |
4 | newHeight | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | component | |
2 | duration | int | |
3 | oldWidth | int | |
4 | newWidth | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | component | |
2 | fromXDelta | float | |
3 | toXDelta | float | |
4 | duration | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | component | |
2 | fromYDelta | float | |
3 | toYDelta | float | |
4 | duration | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | component | |
2 | degree | float | |
3 | duration | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | component | |
2 | duration | int | |
3 | oldHeight | int | |
4 | newHeight | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | component | |
2 | duration | int | |
3 | oldWidth | int | |
4 | newWidth | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | component | |
2 | x | int | |
3 | y | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | component | |
2 | targetComponent | component | |
3 | x | int | |
4 | y | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | component | |
2 | degree | float | |
3 | duration | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | component | |
2 | scaleX | float | |
3 | scaleY | float | |
4 | duration | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | component | |
2 | value | float | |
3 | duration | int |