Releases: appleple/hiraku2
Releases · appleple/hiraku2
v2.0.0
- using transform property to move contents
- fix scrolling bug when using ios
- prepare vanillaJS to use hiraku
- compatible with browserify/Webpack
import Hiraku from 'hiraku';
new Hiraku(".offcanvas-right", {
btn: "#offcanvas-btn-right",
fixedHeader: "#header",
direction: "right"
});