Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How do these draggable elements work?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #208965

    Hello! This site has these really awesome draggable elements. They don’t just drag to pre-determined slots, they can be dragged anywhere on the page. What’s really fascinating is that they are draggable on touch devices as well (although there does seem to be some slotting going on there). I think the key is in this libs.min.js doc, but there’s so much there with no comments. I’ve checked out the draggable UI on jquery, but that doesn’t work on touch. Any insight from anyone? It looks like some inline attributes are being updated on the fly as elements are dragged around.

    #208967

    Well, I found an alternative that I think will work for my purposes.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.