Public Interface (Inputs)
Define the following as public input parameters in your OutSystems block/module.
1 Animation Configuration
2 Origin Configuration
2.3 Visual Configuration
3. Usage in OutSystems Screens
3.1 Basic Usage
AnimationType = Entities.ConfettiAnimationType.Burst
ParticleCount = 150
DurationMs = 3500
SpeedMultiplier = 1.5
SpreadDegrees = 120
GravityPull = 1.2
OriginX = 0.5
OriginY = 0.7
Colors = "#FF5E7E, #88FF5A, #26CCFF, #A25AFD, #FFC107"
ShapeCircleEnabled = True
ShapeSquareEnabled = True
ShapeStarEnabled = True
IsInfiniteLoop = False
Suggested Defaults:
5. Performance and Limitations