Hello I'am using on one page two SmoothScrolls.
the first i define with:
var tatta = new SmoothScroll({duration:500});
the second with:
var mySmmotth = new SmoothScroll({ duration:1000,offset: {'x': 0,'y':
-40}}, window).toElement(this.list[0]);
if i execute the second the first one will not run in the way before.
how to define two Smoothies??
