fix block row exist

This commit is contained in:
kevin
2021-01-11 17:35:43 +01:00
parent d6fa6d1dbe
commit 805926bd62
7 changed files with 31 additions and 26 deletions
@@ -391,25 +391,6 @@ function scrollReaveal(){
ScrollReveal().reveal(nodes.views, showUp);
ScrollReveal().reveal(nodes.title_participant, Show);
ScrollReveal().reveal(nodes.node_moment, showUp);
// ScrollReveal().reveal(nodes.ArticleP, showUp);
// ScrollReveal().reveal(nodes.ArticleH3, showUp);
// ScrollReveal().reveal(nodes.ArticleHn, showUp);
// ScrollReveal().reveal(nodes.ArticleRs, showUp);
// ScrollReveal().reveal(nodes.Block, showUp);
// ScrollReveal().reveal(nodes.Thumbnails, showUp);
// ScrollReveal().reveal(nodes.SortLetter, showUp);
// ScrollReveal().reveal(nodes.Portrait, showleft);
// ScrollReveal().reveal(nodes.PortraitFigcap, {
// delay: 200,
// duration: 600,
// easing: 'cubic-bezier(0.5, 0, 0, 1)'
// });
// ScrollReveal().reveal(nodes.Ressource_intervenant, showUp);
}
$( document ).ready(function() {