Jump to content
Search Community

Spider Web Design

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

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

Spider Web Design's Achievements

  1. https://codepen.io/spiderwebdesign/pen/abXjWJz Thanks for the Pen idea. I found the problem. I removed 'bounds: container' and now everything works fine. The problem was only occurring in Firefox mobile. The dialog window was offset from the center. It had the LEFT side of the dialog in the center of the screen instead of the center of the dialog in the center of the screen. Just removed the bounds and it's mint now. Draggable.create(dialogWrapper, { bounds: '.container', trigger: handle, transformOrigin: "50% 50%" });
  2. I have popup dialogs that are setup to absolute center on the screen with translate3d(-50%, -50%) and they don't work with GSAP on Firefox mobile. I think it's an issue with Firefox. It shows translate(0) for some reason. You can see it in action @ www.mylottomoney.com
  3. Hey I'm looking forward to working with your GSAP plugin!  I like the drag and drop.  Hopefully it's gonna work good for my project!

×
×
  • Create New...