Jump to content
Search Community

jp_uk81

Members
  • Posts

    25
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jp_uk81's Achievements

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

7

Reputation

  1. Hi Guys, if I remove the inline style and change stop-color to attribute the above from Carl doesn't work for me, the gradient becomes all black https://codepen.io/gianpiero-di-lullo/pen/XWdKwqQ Could you please advise Thank you
  2. ok thank you Zach, I'll keep it in mind next time
  3. I've cheated! https://codepen.io/gianpiero-di-lullo/pen/dybJeLe Thank you for your support
  4. Thanks guys, I've achieved some kind of sync between the orbit rotation and planet anim but I can't understand how the progress() works... it only gets the time of the orbit1_anim? https://codepen.io/gianpiero-di-lullo/pen/dybJeLe
  5. Hi Guys, I'm trying to make this simple planet orbits animation but I finally hit the wall achieving this astronomical mess. I know I need to somehow make the planet a child of the orbit animation but I'm not sure how. Thank you in advance Gp
  6. Thank you Zach! One question: Why did you add the label with addLabel() (I didn't even know the existence of addLabel) and you didn't add it within the tween on line 9? thanks again
  7. Hi Zach, yes the states above are correct. I had in mind to lower the opacity or change colour of the X on hover but I didn't get that far yet Thanks
  8. Hi Guys, I'm trying to animate this hamburger menu. The hover works but only once and the click doesn't work so it's not a pretty picture Basically on click I need to draw #x_right and #x_left to 100% to form the X to close the menu and draw all the rest of the paths to 0% What am I doing wrong? Thank you!
  9. jp_uk81

    MorphSVG .hover()

    Perfect! thank you! Only thing is that the text is not aligned when the page is loading and then jumps into position https://codepen.io/gianpiero-di-lullo/pen/pozeKMy
  10. jp_uk81

    MorphSVG .hover()

    Thank you pointC, I've improved the svg and the animation now it's smoother. Now I'm trying to make the text follows the animation on hover the but I'm stuck here. I'm pretty sure the way I set the elements of the button it's a bit messy but not sure how to improve it Shall I animate the position of the text or there's a better way to approach this? https://codepen.io/gianpiero-di-lullo/pen/pozeKMy Thank you!
  11. jp_uk81

    MorphSVG .hover()

    Hi Guys, Can't figure out why this doesn't work Thanks
  12. Thank you @OSUblake, yes now it's much better with transform x https://codepen.io/gianpiero-di-lullo/pen/yLBJYrB Thanks Mikel, I tried but I cannot replicate this with any 3d software so I didn't even try three.js. The first frame of the sprite is a logo, which at first glance seems a 2d shape until you hover it. The perspective is so distorted that I couldn't recreate it with 3d apps
  13. Hey guys, I was playing with this https://codepen.io/gianpiero-di-lullo/pen/yLBJYrB In some steps the svg looks like it's pixelated on chrome (I know, I have no idea how I managed to do that) The animation is a bit clanky because I had to draw each individual step for the sprite. Any advice on how to tackle this animation in a different/better way? Also, how performant is it this way? Am I going to break people's computers? Thank you! Jp
×
×
  • Create New...