Jump to content
Search Community

Blake

Members
  • Posts

    28
  • Joined

  • Last visited

Profile Information

  • Location
    Brooklyn, NY

Recent Profile Visitors

1,814 profile views

Blake's Achievements

  1. Hi All! I figured out my query with a little help from this amazing video walkthrough. Hope it helps someone else out too! The ability to add the scrollObject property directly to a Timeline instance is amazing. That did the trick and now I can properly load my timelines into any component with a useEffect hook, and they'll only trigger when they meet their start/end markers. This is beautiful sorcery
  2. Hi there, I'd like to be able to trigger a timeline animation when a user reaches a certain section of my single page application. Right now I've got a timeline animation setup in a useEffect hook inside the component I'd like to animate, and I'd love to start that timeline at the correct moment. I'm exploring ideas and would love some guidance if anyone has some insight here. Thanks in advance, Blake
  3. Thanks so much, Jack! This is awesome and super helpful information
  4. Hi there, I'm new to using GSAP in React and was wondering what the new way to write something like: const motionPath = MorphSVGPlugin.pathDataToBezier('#dotted-line-path', { align: 'relative', }); I'm curious what the method from the Morph plugin is that would allow me the same results as the above line of code. Thanks in advance, Blake
  5. Hi Shaun, Thanks for the quick reply. I thought it was good to go as well. I'll forward this helpful link to my colleagues in the hopes we can bypass any unnecessary work. Best, Blake
  6. Hey there, A client just told us that we can't link to GSAP files on Cloudflare because Cloudflare isn't GDPR compliant. Does anyone have any helpful information on this topic? I'd hate to take apart my work ,and have to add necessary scripts locally which would add a lot of k weight to my project. Best, Blake
  7. Thank you guys so much for the very helpful ideas! I hope to share some cool results after some experimentation. Best, Blake
  8. Hi there, I'm wondering if there's a clever way to animate a mask to reveal a bitmap of smoke, so the smoke image looks like it's appearing somewhat naturally. If the smoke was vector I'd use the DrawSVG plugin with some masking, but in this case is it possible to use any GSAP resources to do something similar? I've attached a sample image of the smoke I'd like to reveal. Thanks in advance, Blake
  9. Thank you so much, PointC! You are supreme! I'll check out your stroke-dasharray thread now. Have an excellent day! Best, Blake
  10. Hey there, Fellow GSAP Jedis! I'm having a bit of trouble getting my plane svg to follow a path I made. Any help is greatly appreciated. Best, Blake
  11. @Jonathan you are a GSAP Jedi Thank you!
  12. Hey there! I'm wondering if anyone knows how to enhance the drawSVG write on effect by adding a glowing point to the stroke that reveals the layer underneath. When the mask is being drawn on, is there a way to add a shape or perhaps a glowing circle to the point that is revealing the layer underneath? Perhaps there's a way for an object like a small circle to follow the path that the drawSVG plugin also follows? Sorry if this sounds too confusing and thanks for taking the time to read. Best, Blake
  13. Hi there, I'm having trouble getting a loop to run smoothly. Right now there's a bit of jitter and I feel like you can easily see the loop start. Would appreciate any help getting this to run smoother. Best, Blake
  14. Blake

    Fireworks png effect

    Thanks so much, Craig! As soon as I hopped back into Sublime I saw that I needed that modifier script and it works like a charm. Have a great weekend, good sir
  15. Blake

    Fireworks png effect

    Hi Craig, how's it going? I'm trying to modify/run this code locally but having a bit of trouble getting started. Any ideas how to properly port this locally to experiment with it? Best, Blake
×
×
  • Create New...