/home/arranoyd/magicraft/wp-content/themes/massive-dynamic/lib/shortcodes/md_text_box/script.min.js
function pixflow_textBox(){"use strict";$(".text-box").each(function(index,element){var $this=$(this),iconTimeline=new TimelineLite,titleTimeline=new TimelineLite,masterTimeline=new TimelineLite({paused:true});iconTimeline.to($this.find(".text-box-icon-holder"),.7,{"margin-top":"-25px","margin-bottom":"25px",ease:Expo.easeInOut}).to($this.find(".text-box-icon-holder"),.6,{"margin-top":"-20px","margin-bottom":"20px",ease:Expo.easeOut});titleTimeline.to($this.find(".text-box-title"),.7,{"margin-top":"2px","margin-bottom":"25px",ease:Expo.easeInOut}).to($this.find(".text-box-title"),.6,{"margin-top":"7px","margin-bottom":"20px",ease:Expo.easeOut});masterTimeline.add(iconTimeline).add(titleTimeline,.3).to($this.find(".text-box-description"),.4,{opacity:"1"},"-= 0.9");element.animation=masterTimeline});$(".text-box").hover(over,out);function over(){this.animation.play()}function out(){this.animation.reverse()}}document_ready_functions.pixflow_textBox=[];