var TxtType = function(el, toRotate, period) { this.toRotate = toRotate; this.el = el; this.loopNum = 0; this.period = parseInt(period, 10) || 2000; this.txt = ''; this.tick(); this.isDeleting = false; }; TxtType.prototype.tick = function() { var i = this.loopNum % this.toRotate.length; var fullTxt = this.toRotate[i]; if (this.isDeleting) { this.txt = fullTxt.substring(0, this.txt.length - 1); } else { this.txt = fullTxt.substring(0, this.txt.length + 1); } this.el.innerHTML = ''+this.txt+''; var that = this; var delta = 200 - Math.random() * 100; if (this.isDeleting) { delta /= 2; } if (!this.isDeleting && this.txt === fullTxt) { delta = this.period; this.isDeleting = true; } else if (this.isDeleting && this.txt === '') { this.isDeleting = false; this.loopNum++; delta = 500; } setTimeout(function() { that.tick(); }, delta); }; window.onload = function() { var elements = document.getElementsByClassName('typewrite'); for (var i=0; i
top of page
Redken_Main2.png

REDKEN

DIRECTION ✦ MOTION DESIGN

Goal
Create a video using clippings and short videos for the brand's annual company achievements party and presentation.

Process
The brand executives sent me a timeline of their achievements of the year, like their sold-out launch product, press moments, PR accomplishments and events, growth milestones. With this timeline, I gathered for each clip a mix of still images, videos and product imagery to create, from A to Z, a 10 minutes dynamic video showcasing the brand's year wrap-up.

Tools
AfterEffects, Photoshop, Premiere Pro.

REDKEN

DIRECTION ✦ MOTION DESIGN

Buts
Créer une vidéo utilisant des extraits vidéos et images de la marque pour leur "End of the Year wrap-up", une soirée de fin d'année célébrant les réalisations de l'entreprise.

Processus
Les gérants marketing de la marque m'ont envoyé une timeline des réalisations corporate, comme les moments "sold-out", ou la sortie d'un nouveau produit, un moment presse important etc. Grâce à cette timeline, j'ai pu compiler un mélange d'images, de coupures de presse, de vidéos et de contenu social media et créer, de A à Z, une vidéo de 10 minutes célébrant les accomplissements de la marque.

Outils
AfterEffects, Photoshop, Premiere Pro.

Redken3.png

MORE WORK

lea.morales.chanard{at}gmail.com

  • Behance-Logo_edited
  • Medium-512_edited
  • Instagram
  • LinkedIn
bottom of page