Sha256: 32fc7ec5dfc50c62f670bac6995ab63c90e372eaad0173009506a3af0625c0b8

Contents?: true

Size: 392 Bytes

Versions: 3

Compression:

Stored size: 392 Bytes

Contents

$(document).ready(function() {
    $('.fact_time_issue').find('a.comments').click(function (e) {
        e.preventDefault();
        e.stopImmediatePropagation();

        $('html, body').animate(
            {
            scrollTop: $("#comments_block").offset().top
            }, {
                duration: 1000,
                easing: "easeOutSine"
            }
        );

    });
});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
c80_news_tz-0.1.1.26 app/assets/javascripts/c80_news_tz/frontend/comments/comments_icon_animate_scroll.js
c80_news_tz-0.1.1.25 app/assets/javascripts/c80_news_tz/frontend/comments/comments_icon_animate_scroll.js
c80_news_tz-0.1.1.24 app/assets/javascripts/c80_news_tz/frontend/comments/comments_icon_animate_scroll.js