Hello all,
I'm not really a coder, but what I'm trying to do is add some easing to the scrollTo() function in Trickle. Whatever I try doesn't seem to make any difference!
On line 103 of adapt-contrib-trickle.js I've got the following:
Adapt.scrollTo("." + scrollToId, { duration: duration }, { easing: 'easeInOutCirc' } );
Can anyone with better JS skills than me (not hard!) advise me as to what's wrong with that and correct it?
Many thanks,
Chris