PluginProbe ʕ •ᴥ•ʔ
FrontBlocks for Gutenberg/GeneratePress / 0.2.4
FrontBlocks for Gutenberg/GeneratePress v0.2.4
trunk 0.2.0 0.2.1 0.2.2 0.2.3 0.2.4 0.2.5 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 ci-artifacts
frontblocks / includes / dist / frontblocks-animations.js
frontblocks / includes / dist Last commit date
frontblocks-animations.css 1 year ago frontblocks-animations.js 1 year ago frontblocks-carousel.css 1 year ago frontblocks-carousel.js 1 year ago glide.min.js 1 year ago
frontblocks-animations.js
1 lines
1 window.addEventListener("load",t=>{const e=new IntersectionObserver((t,e)=>{t.forEach(t=>{let e=t.target.dataset.frontblocks_animation;e.includes("animate__")||(e="animate__".concat(e)),t.isIntersecting&&t.target.classList.add("animate__animated",e)})},{root:null,threshold:.5});document.querySelectorAll("[data-frontblocks_animation]").forEach(t=>{e.observe(t)})});