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
This component allows you to create a scratch card effect on an AndroidViewComponent. Users can scratch away a top layer to reveal a hidden image.
Overview
A visible component that creates a scratch card effect.
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
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | revealPercent | float |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FileName | string | |
2 | FileName | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ScratchOverlayHeight | float | 1000 |
2 | ScratchOverlayHeight | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ScratchOverlayWidth | float | 1000 |
2 | ScratchOverlayWidth | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ScratchThumbSize | int | 5 |
2 | ScratchThumbSize | int |