Jump to content
Search Community

Bonaca

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Bonaca

  1. I'm still rather confused about the whole story. 1. Can't find bezier examples. 2. Can't find comparative table between TweenLite, TweenMax, TimeLine Lite... what is what ? 3. What about GS vs Adobe Flash ? May I deinstall Flash and replace it with GreenSock ? 4. JS vs AS version (pros and cons). Please help. Thanks.
  2. Thanks. I will upload the page for a few days, and then maybe it will be more clear. Thanks again.
  3. I have a simple (earth in space) animation. var tl = new TimelineMax({repeat:-1, repeatDelay:5}); tl.to("#earth", 14, {bezier:{type:"soft", values:[{x:790, y:-220, rotation:100, scale:0.4}, {x:-170, y:450, rotation:200, scale:2}], timeResolution:40}, ease:Linear.easeNone}); About (or just after) the first point (790/-220) earth speeds up, and after a few seconds - speeds down. I need a fluent animation, with the same speed all the time. Any help, pls ?
  4. Hi, Carl first - thanks a lot for your time and for your welcome. Your solution is ... - perfect ! second - must say - I still can't believe that this (free) technology exists at all ! I'm sure - this is the future of coding digital animations.
  5. Could someone help me to create a bezier animation like this I tried with this: TweenMax.to(moon, 10, {bezier:{type:"soft", values:[{x:100, y:100}, {x:200, y:100}, {x:100, y:311}], autoRotate:true}}); But: - I cannot adjust the path identically - I tried with plugin-explorer - there is no js code, just as. I tried that code - without success - The moon needs to be scaling 200% from start to the end point - z-index should be higher at the and. - How to adjust the pause between two sessions ? Any help, pls.
×
×
  • Create New...