Jump to content
Search Community

nbashiri95

Members
  • Posts

    6
  • Joined

  • Last visited

nbashiri95's Achievements

1

Reputation

  1. THANKS! That's sort of what I wanted but in this example it's processing svg , my object are dom elements. Can I them process into frames like this?
  2. HI! I want to convert timeline lite elements with their animations into canvas animation, I mean the whole dom element and its children that contains timeline lite animations. an animation like this one http://codepen.io/ihatetomatoes/pen/QboVVV is there way to do that? I've found some libraries that only take a screen shot of the page but no animations.
  3. I know this is a bit off topic but i wanted to know is there anyway to do this? I'm creating a animation editor and i used GSAP for tweens and timeline,and I want users to be able to export animation as video and download them.
  4. thank you for your attention, the problem is i want to change the timeline length without affecting tweens, i wanted to know is there any way to implement that? considering I'm adding tweens after page load.
  5. is there anyway to set timeline duration regardless of each tween duration in timelinemax? i used this trick tl.set({}, {}, 15); but it only works when time line length is less than the new value
×
×
  • Create New...