What codes i have to use to get the same slide menu animation ?
Hi shihabmalayil,
your most prob already moved on from this but anyways…
The animation is in the css file and run off the classes classie.js adds.
/* Transitions */
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;