Skip to content

Releases: appleple/hiraku2

v2.0.0

07 Mar 03:11
Compare
Choose a tag to compare
  • 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"
});