Jump to content
Search Community

WebDevArtur

Premium
  • Posts

    3
  • Joined

  • Last visited

About WebDevArtur

Contact Methods

Profile Information

  • Location
    Ireland

WebDevArtur's Achievements

  1. Thank you Cassie, I'll look for another approach with Canvas and possibly just vanilla JS to track mouse events.
  2. Thanks Cassie for the recommendations and love the recommendation, I was trying canvas but it was a bit trickier to set data for each one. So I did with SVG but getting loads of nodes.. I will though reduce/increase those depending on the size of the screen. https://codepen.io/aburkalo/pen/KKobeKM Would you have any suggestions for what GSAP trigger would allow all the elements to point at the cursor?
  3. Go to say enjoying GSAP, and done some cool animations already, but stumbled across something that I though would be easier to make. I am trying to figure a best way to create wind particles that turn into one direction as background and be responsive , one that is completed I want them to do some pointing effect where the mouse position is, see image below as to what I am trying to achieve. My idea is that I could possibly create them using canvas, rather than svg(seems more heavier when I exported the file from Adobe XD), and then use GSAP with staggered effect to keep each particle rotating, and then apply mouse follow inside my section. Any ideas how you would go about it?
×
×
  • Create New...