Jump to content
Search Community

Lynx

Members
  • Posts

    139
  • Joined

  • Last visited

Everything posted by Lynx

  1. Has there been an update to which greensock can respond to scroll positions ?
  2. Lynx

    Save points to SVG ?

    The points are saved within the SVG file but you must extract them without destroying the SVG graphic which is not only pain staking but a hit or miss; not ideal route to go down. A script would be helpful, thanks for the input everyone
  3. Lynx

    Save points to SVG ?

    I tried all of the resources you linked too, why I asked here; I'll try another forum.
  4. Lynx

    Save points to SVG ?

    Anyone know how to save points as SVG from Illustrator ?
  5. The use tag is non-existent ? It is exactly what I want to do to keep mark-up cleaner, what solution is there for IE 7+ ?
  6. Lynx

    Swinging Rope ?

    That is is exactly what I'm after. My goal was to export numerous SVG files and with GSAP morph rotate and morph, this is more effective.
  7. blake are you referring to this; <div> <svg> <use xlink:href="left-hands.svg#left-hand"></use> </svg> </div> Where as the SVG is loaded externally ? Then again, if this is what you are referring too, can you read a class or id via xlink ?
  8. Lynx

    Swinging Rope ?

    Ah yes, trig, been dealing alot with that lately. I may have figured a solution, in the mean time this example, the rope is not dynamic on it's own; in other words it doesn't swing without manual interaction ?
  9. Lynx

    Swinging Rope ?

    This continue not to work ? Updated
  10. Lynx

    Swinging Rope ?

    I switched to CodePen, don't understand why this isn't working ?
  11. Lynx

    Swinging Rope ?

    Before I go back to how to make a swinging rope, I've been digging though the documentation, for TweenMax and CSSPlugins and I can't find anywhere that states that elements can only be ID, not classes ?
  12. Lynx

    Swinging Rope ?

    I thought class work ?
  13. Some of these examples appear as though the SVG code is embedded within the page, rather then the SVG file being external, not the cleanest route if you have multiple SVG files and want to keep mark-up to a minimum ?
  14. Lynx

    Swinging Rope ?

    How about a particle represents a non-existent segment in the SVG file lined up vertically in my example, then you animate the points ?
  15. Lynx

    Swinging Rope ?

    I wonder why my example doesn't play in JsBin, I even tried in CodePen, no result
  16. Lynx

    Swinging Rope ?

    Thanks. Is it possible to make the SVG behave not as a stiff rope ?
  17. Lynx

    Swinging Rope ?

    This is what I want to do, and this is what I've started. I want the origin of the rectangle at the top, now there is a tween for changing the color, I want to leave that in place, although I don't understand why it's not working ? I want the rectangle to swing like a rope, that is why I want the origin at the top so it's pinned; I looked within the documentation for a GSAP plugin which does some swinging dynamics but couldn't find anything, I hope it's possible with GSAP ? Ps. Does this forum have email notification ? I never receive any notifications to my posts ?
  18. Lynx

    Morph with Particles

    I assume you can morph multiple paths into one shape, with wind. For example, in one <g> group you have multiple circles, you want, suppose six circles to morph into a custom shape within 3 seconds of those circles animating ?
  19. Lynx

    Morph with Particles

    GSAP can do particles. Here is a little example, suppose you had snow falling and as it is falling it morphs into another shape ?
  20. Lynx

    Morph with Particles

    I don't need realistic, as long as it can be done. I don't have any example I can show other then, a circle, or rather many circles as a svg shape, being animated by physics2D while it's being animated by wind, as it animates it morphs into another shape ?
  21. Lynx

    Morph with Particles

    I'm going to assume it's possible to animate SVG paths with wind using Physics2D Plug-in along with Morphing so particles are attached to paths and as those particles move in the wind, the path can morph into another shape as it moves in the wind ? I hope after all the "Is it possible" questions I've thrown at this forum; I know the limitations of GSAP, and how to solve those work arounds, if required.
  22. Lynx

    @Keyframe and Opacity

    This effect can't be done with CSS I don't need it to be elaborate, why I decided to go with CSS over anything else, including GSAP. What I wanted was a animated effect on ::hover, and once again it appears canvas is only capable of handling the task !
  23. I need to have the SVG graphic eraser, animate and erase the SVG graphic, previous. I've tried aligning classes as in @keyframe .className; as well as nesting a class within @keyframe with no success ? I've asked online and it seems it's not possible with CSS @keyframe, I prefer to do it with CSS @keyframe. I know it's not directly a GSAP question I'm hoping someone can give some feedback. [example]
  24. Lynx

    SVG Reveal ?

    How about controlling the mask based on the scrolling or swiping speed ?
×
×
  • Create New...