0.1.0 • Published 3 years ago

ds-webpack5-starter v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

ds-preloader-js

Demo

https://shkredovdmitriy.github.io/ds-preloader-js

https://codepen.io/shkredovdmitriy/pen/bGwqXOa

Advantages

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

Without installation

Add this lines to head

<link href="https://unpkg.com/ds-preloader-js@0.1.15/dist/ds-preloader.min.css" rel="stylesheet">
<script src="https://unpkg.com/ds-preloader-js@0.1.15/dist/ds-preloader.min.js"></script>

Add this class to body

<body class="ds-prl-body">

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-preloader-js@0.1.15/dist/ds-preloader.min.css" rel="stylesheet">
  <script src="https://unpkg.com/ds-preloader-js@0.1.15/dist/ds-preloader.min.js"></script>
</head>
<body class="ds-prl-body">
  <img src="https://shkredovdmitriy.github.io/ds-preloader-js/images/image-demo-1.jpg" class="ds-preloader-demo-image">
  <img src="https://shkredovdmitriy.github.io/ds-preloader-js/images/image-demo-2.jpg" class="ds-preloader-demo-image">
  <img src="https://shkredovdmitriy.github.io/ds-preloader-js/images/image-demo-3.jpg" class="ds-preloader-demo-image">
  <img src="https://shkredovdmitriy.github.io/ds-preloader-js/images/image-demo-4.jpg" class="ds-preloader-demo-image">
</body>
</html>

License

MIT License

0.1.0

3 years ago