Claim Details

View detailed information about this claim and its related sources.

Back to Claims

Claim Information

Complete details about this extracted claim.

Claim Text
document.addEventListener("DOMContentLoaded", function () { if (!document.body.hasAttribute("exclude-gsap")) { // Check if GSAP core is loaded before adding animation scripts if (typeof gsap !== "undefined") { console.log("Loading GSAP animation scripts..."); const script1 = document.createElement("script"); script1.src = "https://assets.surferseo.art/webflow-scripts/components/gsap-animations.js"; script1.defer = true; document.body.appendChild(script1); const script2 = document.createElement("script"); script2.src = "https://assets.surferseo.art/webflow-scripts/components/gsap-animations-doodles.js"; script2.defer = true; document.body.appendChild(script2); } else { console.warn("GSAP core not found when trying to load animations."); } } else { console.log("GSAP animation scripts excluded on this page."); } });
Simplified Text
JavaScript conditionally loads GSAP animation scripts if GSAP core is present and 'exclude-gsap' attribute is absent
Confidence Score
1.000
Claim Maker
The author
Context Type
Webpage Script
UUID
9fc88c3c-bf00-46a2-b141-681ed637b53e
Vector Index
✗ No vector
Created
September 2, 2025 at 6:15 PM (1 week ago)
Last Updated
September 2, 2025 at 6:15 PM (1 week ago)

Original Sources for this Claim (0)

All source submissions that originally contained this claim.

No sources found

This claim is not associated with any source submissions.

Similar Claims (0)

Other claims identified as semantically similar to this one.

No similar claims found

This claim appears to be unique in the system.

Claim Management System - MVP