jQuery Plugin for Off On Canvas Animation Panels CSS3

Sidy.js is a off on canvas navigation panels enabled with CSS transforms and transitions.

responsive off canvas menu, jquery navigation plugin, jquery menu plugin, jquery category slider, sidenav push example

Canvas navigation panels:

  • SLIDE IN ON TOP
  • REVEAL
  • PUSH
  • SLIDE ALONG
  • SLIDE REVERSE
  • SCALE DOWN
  • SCALE UP

Features

  • Uses CSS3 Transformations and Transformations
  • Smooth performance on mobile devices
  • Custom settings for panels: position, size, and effect
  • Custom open and close panel control API
  • The panel closes when location overlay is selected

[Offcanvas] Simple and Modern Multi-Level Sidebar Menu on Bootstrap 4

How to make use of it:

1. Upload the required component.css file in the document title section.

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

2. Load the jQuery slidy.js plugin after the jQuery library.

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="src/js/sidy.js"></script>

3. Create menu navigation outside the panel and use the Html data-* attributes to define the slide effects.

<nav 
  data-position="left" 
  data-size="30%" 
  data-fx="slide_overlay" 
  class="sidy__panel" id="demo"
>
  <h2 class="icon icon-lab">Sidebar</h2>
  <ul>
    <li><a class="icon icon-data" href="#">Data Management</a></li>
    <li><a class="icon icon-location" href="#">Location</a></li>
    <li><a class="icon icon-study" href="#">Study</a></li>
  </ul>
</nav>

4. Create a button to toggle navigation out of the panel.

<button data-panel="panel-demo">Open</button>

Multi-functional jQuery Off-canvas Navigation Plugin, Sidy.js Github


See Demo And Download

Official Website(reactivestudio): Click Here

This superior jQuery/javascript plugin is developed by reactivestudio. For extra Advanced Usages, please go to the official website.

Related Posts

Iconpicker-Bootstrap-5

[Icon Picker] Iconpicker for Bootstrap 5 Icons Library

Bootstrap 5-based icon picker which supports any icon libraries like Bootstrap Icons, Font Awesome[fontawesome.com], etc. Must Read: 1000+ Pixel Perfect SVG Icons For Vue Components | Unicons How…

bootstrap-multiple-image-upload-with-preview

Bootstrap Multiple Image Upload with Preview and Delete | ImagesLoader

ImagesLoader is a standard bootstrap image upload plugin that provides an easy-to-use and nice-looking interface for uploading multiple images to a web server. Must Read: HTML 5…

Animating-Split-Flap-Displays-fallblatt

A Lightweight jQuery Plugin for Animating Split-Flap Displays | fallblatt

fallblatt is a lightweight jQuery plugin for animating split screens. This jQuery plugin allows you to include such offers in your web application. Everything from virtual departure…

bootstrap-5-dark-theme

Dark & Light Switch Mode Toggle for Bootstrap 5

Switching to dark mode is done by toggling HTML tags that include -dark or -light as a category. It is made by manipulating the DOM with JavaScript. The text color also changes depending…

jQuery-SyoTimer-Plugin

jQuery Plugin for Countdown Timer on HTML Page | SyoTimer

yoTimer jQuery plugin allows you to create digital style countdowns/periodic timers on the webpage, with callbacks support and timezone/translation customization. Features Periodic count with the specified period…

vue-js-periodic-table

Dynamic, Data-driven Periodic Table built with Vue.js

Periodicity is a dynamic, data-driven periodic table created with Vue.js that uses D3 animations and graphs to show the beauty of periodic trends. Built With vue.js (component…