Contact

Subheading: Craft a compelling subheading that sparks curiosity.

Contact Us

Ready to bring your vision to life? Contact me today, and let’s create something amazing together!

(303) 555-0105

support@example.com

6391 Elgin St. Celina, Delaware 10299

Send us a message

Please enable JavaScript in your browser to complete this form.
document.addEventListener("DOMContentLoaded", function () { const video = document.querySelector(".reverse-loop-video video"); let reversed = false; let rafId; function playReverse() { function step() { if (video.currentTime <= 0) { reversed = false; video.play(); cancelAnimationFrame(rafId); return; } video.currentTime -= 0.05; rafId = requestAnimationFrame(step); } rafId = requestAnimationFrame(step); } if (video) { video.addEventListener("ended", function () { reversed = true; playReverse(); }); video.play(); } });