An open API service indexing awesome lists of open source software.

https://github.com/null-none/tiny-offcanvas

Tiny and simple javascript offcanvas.
https://github.com/null-none/tiny-offcanvas

css javascript offcanvas scss

Last synced: 28 days ago
JSON representation

Tiny and simple javascript offcanvas.

Awesome Lists containing this project

README

        

# tiny-offcanvas
Tiny and simple javascript offcanvas.

## Options
Option | Type | Default | Description
------ | ---- | ------- | -----------
id | string | | id DOM element
data-position | string | left | special class can be added
data-size | string | small | special class can be added
data-transition | int | 300ms | opening and closing animation speed

## Usage example

### Script
```javascript
var offcanvas = new Offcanvas;
```

### View
```html

Default




...


```