Documentation/Zero-JS Auto ModeZero-JS Auto ModeAdd cinema transitions to static HTML, Astro, Shopify, WordPress, or Webflow sites without writing JavaScript.1. Import the Auto ScannerjavascriptCopy1import 'motion-organic/auto';2. HTML Data Attributes ReferencehtmlCopy1<!-- 1. Basic Curtain Peel Link -->2<a href="/about.html" data-mo-transition="curtain-peel">3 About Us4</a>56<!-- 2. Text Portal with Audio & Custom Speed -->7<a8 href="/gallery.html"9 data-mo-transition="text-portal"10 data-mo-word="GALLERY"11 data-mo-sound="whoosh"12 data-mo-speed="1.2"13>14 Explore Gallery15</a>← React Components & HooksCore Engine & Primitives →