Skip to content

Reduced Motion Plugin

Documentation

  • Overview - What the plugin is and why it exists
  • How It Works - Technical implementation and mechanics
  • Usage - How to use the plugin

Quick Start

bash
npm install @vue-gsap-flip/reduced-motion
vue
<script setup lang="ts">
import { useFlip } from '@vue-gsap-flip/core'
import { VueFlipReducedMotionPlugin } from '@vue-gsap-flip/reduced-motion'

const flipManager = useFlip()
flipManager.registerPlugin(VueFlipReducedMotionPlugin)
</script>

Released under the MIT License.