Jump to content
Search Community

Oleg

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Oleg

  1. You guys are very experienced with all the challenges that come when you developing transform manager why don't you guys use the experience and develop JS version of TM? I would gladly license it instead of spending significant amount of time developing my own version. Do you have any plans for it?
  2. Great example, thank you!
  3. I want users to be able to drag group of items, but I can not wrap them into div because they will loose their z-index consistency. Is there anyway to make draggable plugin to drag multiple objects with the same class simultaneously?
  4. Oleg

    Opacity goes up to 100

    I am sorry, I am an idiot, I applied opacity 100 to the object before adding animations
  5. Oleg

    Export\Import tweens

    All right, thank you
  6. I created simple tween: my_timeline.from($("#obj"), 2, {opacity: 0 }, 0); But opacity is going from 0 to 100, instead of from 0 to 1. How can I fix it?
  7. Oleg

    Export\Import tweens

    Hello, I would like to know if it is possible to export/import tweens in JSON format?
  8. Hi jonathan! Thanks for your help, your idea is pretty interesting, but I already fixed it using Rodrigo's advice
  9. Thanks a lot, this works pretty good! Hope this will be fixed in future and functionality of the plugin will be extended to allow free transform of the object.
  10. [Draggable pugin] Is it possible to use one target to rotate the object and another one to move it around? started previously on github https://github.com/greensock/GreenSock-JS/issues/49#issuecomment-46522985 jackdoyle Could you please guide me how to apply rotation on the already translated object onDrag? This is the last issue that I need to solve before buying Business license, really appreciate your help!
×
×
  • Create New...