Jump to content
Search Community

MT

Members
  • Posts

    35
  • Joined

  • Last visited

Everything posted by MT

  1. No, that is perfect. Thank you once again!
  2. Hi, Thank you Jack. Any timeline for the next release? Cheers, MT
  3. Finally Yes i don't need TweenLite to be loaded. But i found this loading error while trying to figure out why a plugin that was loading only TweenLite got me TweenMax undefined. I will use a sandbox so my code uses my version of TweenMax
  4. Hi themepunch, But why are you still posting the same answer if i am asking something else? Cheers, MT
  5. Hi, I load a version of TweenLite( 1.11.... ) Then i want to load TweenLite(1.12) and TweenMax(1.12) Simple. 1) Load TweenMax and after that Load TweenLite : IT WORKS: http://jsfiddle.net/GRA89/22/ 2) Load TweenLite and after that load TweenMax: IT DOESN'T WORK:http://jsfiddle.net/GRA89/23/
  6. Hi Themepunch, Are you kidding???? Did you even clicked the fiddles, I have posted??? or are you trying just to post to say you are right: http://jsfiddle.net/GRA89/16/
  7. Hi, Again i want to load TweenLite and after that TweenMax and it doesn't work: http://jsfiddle.net/GRA89/16/ The point here is that i want to load TweenLite and after that TweenMax. If i load TweenMax and after that TweenLite it works: http://jsfiddle.net/GRA89/15/
  8. Hi, I think you are missing the whole point of a plugin. The plugin is secondary and the theme is the main asset. But this is not the important issue. What i want is that whenever i load TweenMax i want to not be overwrited by a previous load. So others load first tweenmax( may be older versions, newer or whatever ) But if i am the last that loaded TweenMax then i want my version to work. Basically any other plugin that would have an older version of TweenMax and it would not work with the newer one is not my problem and it is the plugin developer problem. Anyway, still the question remains: TweenMax does not work if i load TweenLite first, can this be fixed? Cheers, Mediacreed
  9. Hi, Take a look at this Fiddle demo :http://jsfiddle.net/GRA89/6/ The TweenMax get's undefined. I just saw a previous post of "themepunch" but the logic is not correct. A plugin should not interfere with what i as a theme developer i am doing. I should not depend on "themepunch" update to have my theme running the latest 1.12 version. So if i am the last on the load queue i don't want to get pushed back by other early loads of the TweenLite. The order is: 1) Plugin load queue 2) Theme load queue So basically the 2) should be the boss since a Plugin is optional and should not overwrite or kill my new instance of TweenMax and/or TweenLite Cheers, MT
  10. Hi, Whenever i load TweenLite first and TweenMax secondly TweenMax its undefined. If i load TweenMax first and TweenLite second both appear to work. I will not use TweenLite but i am using Revolution Slider plugin on my Wordpress Theme and the plugin loads first. It is using TweenLite version 1.11.5 and it does put my TweenMax 1.12.1 on undefined state. So trying to understand why it is happening i deactivated the plugin and started to load both and found this. Is there any kind of fix? Cheers, MT
×
×
  • Create New...