|
const phrases = [ "M3yhaa", "Video Editor", "Visual Storyteller", "Pixel Magician", "Strategic Thinker" ]; const typeElement = document.getElementById('type-text'); const cursor = document.getElementById('cursor'); let phraseIndex = 0; let charIndex = 0; let isDeleting = false; let blinkCount = 0; function type() { const currentPhrase = phrases[phraseIndex]; if (!isDeleting) { typeElement.textContent = currentPhrase.substring(0, charIndex + 1); charIndex++; if (charIndex === currentPhrase.length) { blinkCursor(3, () => { isDeleting = true; setTimeout(type, 200); }); return; } } else { typeElement.textContent = currentPhrase.substring(0, charIndex - 1); charIndex--; if (charIndex === 0) { isDeleting = false; phraseIndex = (phraseIndex + 1) % phrases.length; } } setTimeout(type, isDeleting ? 50 : 100); } function blinkCursor(times, callback) { let visible = true; let interval = setInterval(() => { cursor.style.opacity = visible ? '0' : '1'; visible = !visible; if (!visible) blinkCount++; if (blinkCount >= times) { clearInterval(interval); blinkCount = 0; cursor.style.opacity = '1'; callback(); } }, 300); } type();
VIDEO EDITOR • VISUAL STORYTELLER • FRAME BY FRAME DREAMER • PIXEL MAGICIAN • CREATIVE PROBLEM SOLVER • STRATEGIC THINKER • VIDEO EDITOR • VISUAL STORYTELLER • FRAME BY FRAME DREAMER • PIXEL MAGICIAN • CREATIVE PROBLEM SOLVER • STRATEGIC THINKER •

Are you a Beginner at editing? Click here to see some of my latest tutorials.

© m3yhaa 2025

Clients & Personal Projects

Contact

Need help? Contact me on [email protected]

Commercials

VIDEO EDIT + SOUND DESIGN + COLOR GRADING + BRANDING

Italian sports bar. Minimalism enhanced by color grading. Flawless.

LONG FORM - GAMING/STREAMING, VLOGS, MONTAGES, PODCASTS ETC.

VIDEO EDITING + COLOR GRADING + SOUND DESIGN + STORYTELLING + POST PRODUCTION

SHORT FORM - UGC, ADS, REVIEWS, GAMING, STREAM MOMENTS ETC.

VIDEO EDITING + STORYTELLING + SOUND DESIGN + MOTION GRAPHICS

My Personal Projects

These are some of my personal projects. Each video tells its own story.

EDITING TUTORIALS FOR BEGINNERS

As an editor, I know how frustrating it can be to spend minutes searching for the right tutorial. Here, you'll find all my latest tutorials in one place.

Have a tutorial idea? Suggest it here: [email protected]