Skip to content

assa1605/ca-a11y-lt

Repository files navigation

Rive Animation and Accessibility

This presentation covers interactive UI components using Rive animations with accessibility considerations.

Tools Used

  • Slidev - Presentation framework
  • Rive - Interactive animations

Development

Setup

Install dependencies:

yarn install

Development Server

yarn dev

This will start the development server at http://localhost:3030

Build and Preview

  1. Production build:
yarn build
  1. Preview the built files:
# Using serve
yarn serve

# Using Vite preview
yarn preview

Export

# Export as PDF
yarn export

Rive Animations

The project includes the following Rive animations in src/assets/rive/:

  • empty.riv - Empty state animation
  • like.riv - Like button animation
  • stars.riv - Star rating animation

Rive animations are properly bundled into the dist directory as part of the build optimization process.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published