Jump to content
Search Community

PINELABS IT

Members
  • Posts

    13
  • Joined

  • Last visited

PINELABS IT's Achievements

3

Reputation

  1. Hi Carl, I cannot use canvas but I can use svg and DOM Elements. Here is what i can get till now :- http://codepen.io/anon/pen/oLYGKL . But it is not what i needed I am doing something wrong here. Thats pretty coll Diaco.. Any suggestion for Improvement. Thank you
  2. Hi EveryOne, I have an animation in flash and I need to make the same kind of effect in GSAP. Here is the link :- http://www.jacquielawson.com/preview.asp?cont=1&hdn=8&pv=3435714&path=83542&pmode=init I need to implement the similar blast effect. Any Suggestions Please or any example which have similar effect. Thank You
  3. Hi all, I am having few questions.My codepen is :-http://codepen.io/abhisheklal04/pen/NrWLQx Here MorphSVGPlugin.pathDataToBezier("#motionPath", {align:".character4"}); line is not working as expected.My object is not aligning to the expected path and I am getting error:- MorphSVGPlugin.min_em0tjh.js:13 Uncaught TypeError: l[0].getBBox is not a function. Can someone explains me how this align tag works. I think according to the documents of Morph Svg plugin any HTML Dom element should get aligned to the path given by MorphSVGPlugin.pathDataToBezier function. Thank you
  4. Hi , When I make some DOM element draggable like:- function CreateDragg(){ Draggable.create(".hand", { bounds:"#bigBox", edgeResistance:0.65, type:"x,y", onDrag:flameOn }); } I want to know how can we choose one from multiple events or multiple functions which one to call onDrag. Any Suggestion or example would be of great help. Thanks
  5. Thanks Jack and Carl. Jack awsum work.
  6. Hi Everyone, Can physics2D plugin is useful in replicating a Projectile Motion just as in Physics ? I searched for Example for projectile motion but couldnt find them yet. Here is the codepen for what I am looking :- http://codepen.io/anon/pen/mPvjgW The problem here is that '#logo' object is not changing its angle automatically(as in real life) according to the trajectory while moving Thanks For Suggestions.
  7. Thats Awsum Blake it nearly solved the problem . Thanks a ton
  8. Hi Blake, I tried Svg path and it worked but what if i need to put my rocket in a <div> and Svg mothion path as a separate Element . MorphSvg.bezier() function is not working as expected in that case . codepen:- http://codepen.io/anon/pen/LNXMRz .The motion of the rocket is not smooth along the curve.I hope I am Missing Something. MoreOver I have 1 more question can we use physics2d plugin to have velocity and gravity effect with bezier path. ? Thanks for suggesting anything. Thank You Carl and Blake
  9. hi Carl. Here is the codepen link :- http://codepen.io/anon/pen/QNJMKL this is nearly similar to what I am doing. I tried that MorphSvg's bezier method But the problem remains . You can see in the codepen that I have Set the angle 30 and it remains fixed the rocket is not changing its direction while flying on the bezier path .i want it to follow a trajectory path as if rocket is launched from the bottom center of the screen to the top right corner of the Screen . Thanks for any suggestion.
  10. Hi , I am working on an animation in which i need to make a rocket fly at a trajectory.I used Bezier plugin to determine the trajectory but the problem I am facing is angle of the rocket in not changing according to the path.Rocket is made by Svg Thanks for any kind of suggestion.
  11. Hi, Thanks Carl for you reply. Awsum work done by Blake.loving it
  12. Hi Carl, I have learned all the Front-End looking the Examples of GreenSock only . And Thanks for your Reply but can you let me Which plugin would be more efficient for replicating the above codepen example using GreenSock Or Can it be done by simply using TweenMax object.? Thanks
  13. 1) I am new GreenSock user.Can someone help me in knowing how we can achieve similar effect by using green sock. 2) Where can i find the examples of Physics2D plugin and PhysicsPropsplugin Thank You
×
×
  • Create New...