}, 2500);\r
\r
$(document).on('click', '.scroll-arrow', function (e) {\r
- $('html,body').animate({\r
- scrollTop: $('#contentWrapper section:nth-of-type(2)').offset().top\r
- }, 1100, 'easeOutExpo');\r
- e.preventDefault();\r
+ $(".pagination li:eq(1)").trigger('click');\r
+ return false;\r
});\r
\r
// Handle clicks on pagination dots\r
\r
if (isMobile()) {\r
sections.css('height', 'auto');\r
- var h=[];\r
- $(sections).each(function(){\r
+ var h = [];\r
+ $(sections).each(function () {\r
h.push($(this).outerHeight());\r
})\r
disableScrollify();\r