[IMP] no flickering on scroll event

bzr revid: fp@tinyerp.com-20140401071940-1pwz6ncar6afcybz
This commit is contained in:
Fabien Pinckaers 2014-04-01 09:19:40 +02:00
parent 844e010a3d
commit 1c2a8466e9
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ $(document).ready(function() {
});
}
function animate(event) {
event.preventDefault();
event.stopImmediatePropagation();
var target = $(this.hash);
$('html, body').stop().animate({

View File

@ -189,7 +189,7 @@
<small id="blog_author" t-field="blog_post.create_uid.partner_id.name"/><br/>
</div>
<div t-if="blog_post.content_image" id="blog_angle_down">
<a href="#blog_content" class="fa fa-angle-down fa-2x fa-inverse mt32"/>
<strong><a href="#blog_content" class="fa fa-angle-down fa-3x fa-inverse mt32"/></strong>
</div>
</div>
</div>