Sha256: 302f3c3fb4b69103669812a3d28f218a29cfe2675c93f88a08decd80c3b11c19
Contents?: true
Size: 259 Bytes
Versions: 98
Compression:
Stored size: 259 Bytes
Contents
$ -> $(".js-scroll").click -> speed = 200 href = $(this).attr("href") target = $((if href is "#" or href is "" then "html" else href)) position = target.offset().top $("html, body").animate scrollTop: position , speed, "swing"
Version data entries
98 entries across 98 versions & 2 rubygems