Skip to content

Instantly share code, notes, and snippets.

@yuchi
yuchi / gist:9828475
Last active August 29, 2015 13:57 — forked from baxtheman/gist:9828154
<aui:script use="aui-base,anim-base,anim-node-plugin,anim-scroll">
var step = 25;
var scrolling = false;
var list = A.one('.oneshop-portlet-item-browser .list');
var a = new A.Anim({
node: '.oneshop-portlet-item-browser .list',
duration: 0.5
});
AUI.add(
'animated-scroll',
function(A) {
// Yes, user agent sniffing.
var scrollTarget = /webkit/i.test(navigator.userAgent) || document.compatMode == 'BackCompat' ?
document.body :
document.documentElement;;