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