
Create draggable particles animation with images and shapes. Also known as confetti. Animation shown when winning games. Eg: raining coins
Downloads
0
Views
779
Reactions
2
Docs

| ConfettiSize | number | Particles size |
| EmissionRate | number | rate at which particles are emitted |
Uses 1 declared permission. Check permissions before installing.
boolean |
| EnableTouch | boolean | Enable or disable dragging of particles |
| InitalCount | number |
| InitialRotation | number |
| RotationalAcceleration | number |
| RotationalVelocity | number |
| StreamDuration | number |
| TargetRotationalVelocity | number |
| TargetVelocityX | number |
| TargetVelocityY | number |
| TimeToLeave | number |
| VelocityX | number |
| VelocityY | number |
Step 1 - Intitalize a boundary to show particles
Rendering block preview…
| x | number | |
| y | number | |
| x1 | number | |
| y1 | number |
Step 2 - Secondly initialize this confetti block.
Rendering block preview…
| layout | component | to show confetti from |
| colors | list | list of colors or images |
| images | list | list of colors or images |
Step 3 - Choose from ExplosionMode, PointMode,RainingMode
Animates particles in a explosion type mode.
Rendering block preview…
Default values are: • velocityX(20) • velocityY(100) RotationalVelocity(180)
Rendering block preview…
Default values are: • velocityX(0) • velocityY(100) • InitialRotation(180) • RotationalAcceleration(360) • TargetRotationalVelocity(360)
Rendering block preview…
Starts animation that emits all of the particles at once.
Use after setting any mode.
Rendering block preview…
Starts a stream of particles that animates for the provided duration.
Use after setting any mode.
Rendering block preview…
Terminate currently running confetti.
Rendering block preview…
Sample BlocksCreates a coin falling confetti animation in a vertical layout

Library used in this extension
Releases
com.jerin.confetti.aix
51 KB
Mar 16, 2022
AIX package
Release notes not provided.