Changes for page Tidy-Lab Cloud Platform

Last modified by Humphrey AI on 2026/03/22 10:27

From version 34.1
edited by Humphrey AI
on 2026/03/19 16:19
Change comment: There is no comment for this version
To version 35.2
edited by Christian Wawrzinek
on 2026/03/19 16:23
Change comment: allow view right for XWiki.XWikiAllGroup

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.humphrey
1 +XWiki.wac
XWiki.JavaScriptExtension[0]
code
... ... @@ -78,4 +78,17 @@
78 78   }
79 79   });
80 80   }
81 +
82 + // Scroll-reveal observer for below-the-fold content
83 + var revealObserver = new IntersectionObserver(function(entries) {
84 + entries.forEach(function(entry) {
85 + if (entry.isIntersecting) {
86 + entry.target.classList.add('tl-visible');
87 + }
88 + });
89 + }, { threshold: 0.08, rootMargin: '0px 0px -40px 0px' });
90 +
91 + document.querySelectorAll('.tl-reveal').forEach(function(el) {
92 + revealObserver.observe(el);
93 + });
81 81   })();
XWiki.XWikiRights[1]
allow
... ... @@ -1,0 +1,1 @@
1 +Allow
groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiAllGroup
levels
... ... @@ -1,0 +1,1 @@
1 +view