Jump to content
Search Community

Yaya

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by Yaya

  1. Ah yes, Carl! Forest through the trees... glad it was a simple solution. Thank you!
  2. Oh, that's great info! Thanks for responding so quickly! I tried that and it didn't solve my problem. I also removed the "x" factor completely for troubleshooting. So now it's just TweenMax.to(".radical-logo", 3, {scale:2, ease:Back.easeOut}); I wonder if the CMS (Joomla) is conflicting in some way. I'm not seeing errors but want to consider every possibility. The CMS loads JQuery 1.12.4 but not JQuery Animate. I also moved the Greensock script and custom.js to just below <body> so that it loads before the content loads. No success there either.
  3. HI there, I am on the very first tutorial, trying to make a basic logo animate. So far, the logo does not animate at all. I loaded GS CDN and a custom javascript file after that, both before the </body> tag. In the HTML page, I added: <p><img class="radical-logo" src="images/HSDA-Annual-Meeting-2018/radical.svg" alt="its time to get radical" /></p> In my custom.js file I added TweenMax.to(".radical-logo", 3, {x: 80%, scale:2, ease:Back.easeOut}); I viewed source to be sure both the Greensock CDN file and the custom.js file were loading properly. The only css I've created in my custom.css file is the following, thinking that I want the logo to start small and get bigger: .radical-logo {transform: scale(.25); margin-top: 30px;} Any ideas why I cannot get this simple svg to fly?
×
×
  • Create New...