Skip to content

Commit

Permalink
Palle XXV finale?
Browse files Browse the repository at this point in the history
  • Loading branch information
Furoooo committed Feb 25, 2024
1 parent 0982ba4 commit 7dde903
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 11 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ <h3 >
$('html, body').animate({ scrollTop: n }, 1000);
});

if($(window).width() > 767){
if($(window).width() > 0){
ScrollReveal().reveal('.reveal', {distance: '50px', duration: '1500', origin: 'bottom', easing: 'cubic-bezier(0.215, .61, .355, 1)', interval: '50'});
};
ScrollReveal().reveal('.zoom', {duration: '1500', easing: 'cubic-bezier(0.215, .61, .355, 1)', interval: '200', scale: 0.65, mobile: false})
Expand Down
2 changes: 1 addition & 1 deletion pagine/biomi.html
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ <h3 class="normal_text">
$('html, body').animate({ scrollTop: n }, 1000);
});

if($(window).width() > 767){
if($(window).width() > 0){
ScrollReveal().reveal('.reveal', {distance: '50px', duration: '1500', origin: 'bottom', easing: 'cubic-bezier(0.215, .61, .355, 1)', interval: '50'});
};
ScrollReveal().reveal('.zoom', {duration: '1500', easing: 'cubic-bezier(0.215, .61, .355, 1)', interval: '200', scale: 0.65, mobile: false})
Expand Down
2 changes: 1 addition & 1 deletion pagine/craft.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ <h3 class="normal_text">
$('html, body').animate({ scrollTop: n }, 1000);
});

if($(window).width() > 767){
if($(window).width() > 0){
ScrollReveal().reveal('.reveal', {distance: '50px', duration: '1500', origin: 'bottom', easing: 'cubic-bezier(0.215, .61, .355, 1)', interval: '50'});
};
ScrollReveal().reveal('.zoom', {duration: '1500', easing: 'cubic-bezier(0.215, .61, .355, 1)', interval: '200', scale: 0.65, mobile: false})
Expand Down
4 changes: 2 additions & 2 deletions pagine/mobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h2>Pecora</h2>
<h2>Gallina</h2>
<div class="card2" id="chicken">
<div class="card2__copy">
<p>LI polli sono mob passivi presenti in molti biomi . Sono completamente innocui, ma estremamente utili. In questa guida sui polli di Minecraft ti insegneremo tutto ciò che devi sapere, come trovare i polli, come allevarli, suggerimenti rapidi e fatti che potresti non sapere, nonche' i bottini disponibili.</p>
<p>I polli sono mob passivi presenti in molti biomi . Sono completamente innocui, ma estremamente utili. In questa guida sui polli di Minecraft ti insegneremo tutto ciò che devi sapere, come trovare i polli, come allevarli, suggerimenti rapidi e fatti che potresti non sapere, nonche' i bottini disponibili.</p>
</div>
<div class="card2__img">
<img src="../immagini/mobs/chicken.png" alt="" class="img_res">
Expand Down Expand Up @@ -544,7 +544,7 @@ <h3 class="normal_text">
$('html, body').animate({ scrollTop: n }, 1000);
});

if($(window).width() > 767){
if($(window).width() > 0){
ScrollReveal().reveal('.reveal', {distance: '50px', duration: '1500', origin: 'bottom', easing: 'cubic-bezier(0.215, .61, .355, 1)', interval: '50'});
};
ScrollReveal().reveal('.zoom', {duration: '1500', easing: 'cubic-bezier(0.215, .61, .355, 1)', interval: '200', scale: 0.65, mobile: false})
Expand Down
Loading

0 comments on commit 7dde903

Please sign in to comment.