0.1.16 • Published 3 years ago

ds-section-scroll v0.1.16

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

ds-section-scroll

ds-section-scroll - lightweight and easy to use javascript section fullpage scroll

Demo

github.io codepen.io

Advantages

  • Easy to use
  • Has no dependencies
  • Small size (less than 5kb min+gzip)

How to use in older browsers

For older browsers please use promise-polyfill

Use without installation

Add this line to head

<link href="https://unpkg.com/ds-section-scroll/dist/ds-section-scroll.min.css" rel="stylesheet">

Add this line to the bottom of the body

<script src="https://unpkg.com/ds-section-scroll/dist/ds-section-scroll.min.js"></script>

Simple working example

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=">
  <link href="https://unpkg.com/ds-section-scroll/dist/ds-section-scroll.min.css" rel="stylesheet">
</head>
<body>
  <div class="ds-section-scroll-container">
    <div class="ds-section-scroll-item" style="background-color: rgb(38, 68, 138);"></div>
    <div class="ds-section-scroll-item" style="background-color: rgb(136, 11, 11);"></div>
    <div class="ds-section-scroll-item" style="background-color: rgb(11, 117, 11);"></div>
    <div class="ds-section-scroll-item" style="background-color: rgb(104, 8, 90);"></div>
  </div>  
  <script src="https://unpkg.com/ds-section-scroll/dist/ds-section-scroll.min.js"></script>
</body>
</html>

License

MIT License

0.1.16

3 years ago

0.1.15

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago