---
name: nexu-io/lottie-pagination
source: https://app.decimal.ai/s/nexu-io-lottie-pagination@1/SKILL.md
source_sha256: 3d014ef9ae85
---

# Lottie · Pagination

An animated pagination dots indicator — Lottie JSON. Lottie JSON from [spemer/lottie-animations-json](https://github.com/spemer/lottie-animations-json)
(MIT). Part of [motion-anything](https://github.com/nexu-io/motion-anything); obeys `MOTION-SPEC.md`.

## When to use it
- Portable JSON motion identical on web & app; icon/control micro-animations (incl. After Effects / Jitter exports).

## When NOT to use it (restraint)
- When a pure-CSS effect would do — don't ship the Lottie runtime for a simple fade.

## How to apply
1. Include `lottie.min.js` (runtime) and `animation.json`.
2. `lottie.loadAnimation({ container, renderer:'svg', loop:true, autoplay:false, path:'animation.json' })`; start on intent / guard reduced-motion.

## Accessibility & performance
- `prefers-reduced-motion`: don't autoplay. SVG renderer; motion-as-JSON (portable, AI-readable).