Jump to content
Search Community

Tasty last won the day on December 25 2015

Tasty had the most liked content!

Tasty

Premium
  • Posts

    59
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Tasty

  1. Thanks Jonathan ! I did use your code with newest CDN (I pasted it into my parent theme (Avada) functions.php) and it didn't lunch, but probably I messed up something if it works for you Anyway again thanks for double checking this Still maybe someone will find this helpful for local TweenMax in their WordPress theme Have a great day !
  2. Hi, sorry if that's necro posting, but mentioned above method is not working anymore (?) or I messed up something. Anyway, this should work, it did job for me function enqueue_TweenMax() { if ( ! is_admin() ) { $scriptsrc = get_template_directory_uri() . '/assets/js/TweenMax.min.js'; wp_register_script( 'TweenMax', $scriptsrc ); wp_enqueue_script( 'TweenMax' ); } } add_action( 'wp_enqueue_scripts', 'enqueue_TweenMax' ); Hope this can help someone
  3. Thank you guys for interest I'll definitely look more deeply into this. With such great intel I'll probably handle the rest P.S Sorry I respond with such a delay - mail with info about new post in topic arrived after OSUblake post Have a wonderful day !
  4. Hi, I love those snippets, and I use sublime strictly for them but maybe there is a way to implement them into Brackets?
  5. I had dozens of questions and I had found hundreds of good answers here. First time I'm actually feeling comfortable on forum, everyone just try to help each other - maybe someday I will be able to help others to Thanks to your help I did my first morph that I'm almost proud of http://codepen.io/Dikus/pen/jWrdZO It's a bit clunky because I had to multiply few elements and use them twice - I bet there's a way to make it smooth, I just need to take a peek on few more demos after a solid nap ;p
  6. Thanks PointC!!! I just love this place thank you very much for making it clear - now I know how to start, that's all I needed ! It will be a little bit more work/fun than I thought, but it's so much easier with people like you around Thanks again, hopefully I can work this out on my own now.
  7. Hello, I'm a bit lost in Morph magic. Please take a look on my noob approach http://codepen.io/Dikus/pen/pgbQEe to morph one logo into another - It's messy and it fails on start. I would love to know how to prepare SVG from Illustrator so that MorphSVG can handle the rest. I've watched a lot of tutorials about morph, and I experimented with few demos on codepen but all SVG's there are nice and clean - I wonder, how to simplify them to paths? I'm tired of hitting walls with my head - paint is already falling of - so please aid me a bit, give me some clues, anything ! Probably I'm doing something very stupid so be gentle ^_^''
×
×
  • Create New...