cmoscrollanimation

Scroll Animation Library

Usage no npm install needed!

<script type="module">
  import cmoscrollanimation from 'https://cdn.skypack.dev/cmoscrollanimation';
</script>

README

CMO Scroll Animation

Basic JS scroll animation library.

Install

npm i cmoscrollanimation

Use

import cmoScrollAnimation from 'cmoScrollAnimation';
  cmoScrollAnimation(); 
  <section class="animation">
    <p>Lorem ipsum.</p>
  </section>

Demo

For more details see the proyect website.