Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| lottieId | String | Yes | ID of the lottie component |
Return Value
Returns a LottieContext object with playback control methods.LottieContext Methods
| Method | Description |
|---|---|
| play() | Start animation |
| pause() | Pause animation |
| stop() | Stop animation |
| setSpeed(speed) | Set playback speed |