Jump to content
Search Community

lifeinchords

Members
  • Posts

    6
  • Joined

  • Last visited

lifeinchords's Achievements

0

Reputation

  1. Please disregard... I was running into a different issue, which was related to trying to animate shapes with differing numbers of points. More here: https://www.smashingmagazine.com/2015/05/creating-responsive-shapes-with-clip-path/ ~s
  2. Hi.. curious if there have been any updates/improvements on this behavior? I understand SVG is a better way to go, but for quick testing of ideas I'd like to try to keep things simple with just a CSS prop rather than creating/exporting SVG's etc. Thanks, ~s
  3. Thanks for the reply and suggestion. I'll give that a try. All the best, ~s
  4. Hi there, I'm trying to create something like this: https://scratch.mit.edu/projects/editor/?tip_bar=getStarted so when dragging a block next to another one on the canvas, the snap starts *before the elements touch. Basically, a negative threshold. This got me a good way there: http://greensock.com/forums/topic/9265-draggable-snapping-to-specific-points-with-sensitivity/ looping through my elements, using hitTest to figure out which is being touched by the dragging element, and I added inset borders with box shadow and some custom logic to figure out which side to snap to.... but I'm not sure how to move the hitTest detection outside the bounds of the receiving element. I tried a negative value but docs show 0% as the minimum value. Looking at the source code for the Draggable.hitTest function and not sure what it's doing to extend it. Any leads, existing codepens, or ideas come to mind? Any thoughts greatly appreciated, ~s
  5. Thanks for the quick reply! Gonna check it out + integrate =: s
  6. I'm new to GSAP. Is there a way to do this with GSAP, with less code? Will it be more performant with GSAP? Thanks, =: s
×
×
  • Create New...