mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update frontpage_fr.md
This commit is contained in:
parent
be5b211a51
commit
db3fef7b38
1 changed files with 2 additions and 6 deletions
|
@ -248,12 +248,8 @@
|
||||||
background: color,
|
background: color,
|
||||||
borderColor: color
|
borderColor: color
|
||||||
}).on('click', function() {
|
}).on('click', function() {
|
||||||
jQuery('.teasing-part').animate({
|
jQuery('html, body').animate({
|
||||||
marginTop: '-' + jQuery(window).height(),
|
scrollTop: jQuery(window).height() + 80
|
||||||
height: 0
|
|
||||||
}, 500);
|
|
||||||
jQuery('.boring-part').animate({
|
|
||||||
marginTop: 0
|
|
||||||
}, 500);
|
}, 500);
|
||||||
});
|
});
|
||||||
$(".actions").css('opacity', 0);
|
$(".actions").css('opacity', 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue