Hi Guys ,   This is my first time using Tween. I need help with integration of Tween inside my WordPress Theme. I have already necessary js files using  wp_enqueue_script inside function.php. But I am confused how and where to use and wrrite scrips such as  <script> TweenMax.from( $('#title-line3 .char1'), .25+Math.random(), {css:{top: '-200px', right:'1000px'}, ease:Elastic.easeOut}), or any tweens. </script>