{"id":2595,"date":"2024-11-26T10:59:34","date_gmt":"2024-11-26T15:59:34","guid":{"rendered":"https:\/\/reneroy.ca\/snippets2\/?page_id=2595"},"modified":"2024-11-26T15:06:28","modified_gmt":"2024-11-26T20:06:28","slug":"video-animation-on-scroll","status":"publish","type":"page","link":"https:\/\/reneroy.ca\/snippets2\/video-animation-on-scroll\/","title":{"rendered":"Video Animation on Scroll"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2595\" class=\"elementor elementor-2595\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-795a58b e-flex e-con-boxed e-con e-parent\" data-id=\"795a58b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-284fa68 elementor-widget elementor-widget-video\" data-id=\"284fa68\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mute&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;hosted&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/reneroy.ca\/snippets2\/wp-content\/uploads\/2024\/11\/67394-522639883_small.mp4\" preload=\"metadata\" muted=\"muted\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f668ae5 elementor-widget elementor-widget-html\" data-id=\"f668ae5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Scroll Trigger Video<\/title>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.5\/gsap.min.js\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.5\/ScrollTrigger.min.js\"><\/script>\n    <style>\n        body {\n            height: 200vh; \/* Make the body taller to enable scrolling *\/\n            margin: 0;\n        }\n        .elementor-video {\n            position: fixed;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            width: 80%; \/* Adjust as needed *\/\n            max-width: 800px; \/* Adjust as needed *\/\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <video class=\"elementor-video\" muted>\n        <source src=\"your-video-file.mp4\" type=\"video\/mp4\">\n        Your browser does not support the video tag.\n    <\/video>\n\n    <script>\n        const video = document.querySelector('.elementor-video');\n\n        gsap.registerPlugin(ScrollTrigger);\n\n        const totalHeight = document.body.scrollHeight - window.innerHeight;\n\n        ScrollTrigger.create({\n            trigger: document.body,\n            start: \"top top\",\n            end: \"bottom bottom\",\n            onUpdate: self => {\n                const progress = self.progress.toFixed(3);\n                video.currentTime = progress * video.duration;\n                if (self.isActive) {\n                    if (video.paused) {\n                        video.play();\n                    }\n                } else {\n                    video.pause();\n                }\n            }\n        });\n    <\/script>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>https:\/\/reneroy.ca\/snippets2\/wp-content\/uploads\/2024\/11\/67394-522639883_small.mp4 Scroll Trigger Video Your browser does not support the video tag.<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"_angie_page":false,"footnotes":""},"class_list":["post-2595","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/reneroy.ca\/snippets2\/wp-json\/wp\/v2\/pages\/2595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reneroy.ca\/snippets2\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/reneroy.ca\/snippets2\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/reneroy.ca\/snippets2\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/reneroy.ca\/snippets2\/wp-json\/wp\/v2\/comments?post=2595"}],"version-history":[{"count":62,"href":"https:\/\/reneroy.ca\/snippets2\/wp-json\/wp\/v2\/pages\/2595\/revisions"}],"predecessor-version":[{"id":2664,"href":"https:\/\/reneroy.ca\/snippets2\/wp-json\/wp\/v2\/pages\/2595\/revisions\/2664"}],"wp:attachment":[{"href":"https:\/\/reneroy.ca\/snippets2\/wp-json\/wp\/v2\/media?parent=2595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}