Skip to content

JCEM-Slider is a responsive slider made in pure CSS and opensource, with additional features in pure javascript, without dependencies.

License

Notifications You must be signed in to change notification settings

JeanCarloEM/jcemslider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

|Solid JCEM-Slider

JCEM-Slider is a responsive slider made in pure CSS and opensource, with additional features in pure javascript, without dependencies. Check the online documentation and DEMO.

Features

  • Pure CSS (Sass);
  • Rolling transition animation;
  • Fade transition animation;
  • Image display in 3 different modes (standard, fitheight and cover);
  • Display with or without thumbnails;
  • Enabled for up to 100 images;
  • Auto transition with optional pure javascript (client-side);
  • Dynamic creation with optional pure javascript (client side);
  • Open source under license Mozilla Public License.

Usage

Include the css (engine):

<link href="src/jcemslider.css" rel="stylesheet" />

Optionally include automated scrolling javascript:

<script type="text/javascript" src="src/jcemslider.js"></script>

Optionally include dynamic creation javascript (client-side):

<script type="text/javascript" src="src/jcemslidermaker.js"></script>

Summary HTML structure:

<div class="jcemslider" data-slider="jcemlider_uid">
  <!-- navigation balls -->
  ...
  <div class="mgs">
    <!-- Items/Images -->
    ...
  </div>
  <nav class="pvnt">
    <!-- "Previous" and "next" navigation arrow. -->
    ...
  </nav>
  <nav class="seletor">
    <!-- Thumbnails -->
    ...
  </nav>
</div>

For complete information, see online documentation and demo.

License

Code is licensed under Mozilla Public License.

About

JCEM-Slider is a responsive slider made in pure CSS and opensource, with additional features in pure javascript, without dependencies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published