Jump to content
Search Community

joshpitzalis

Members
  • Posts

    2
  • Joined

  • Last visited

joshpitzalis's Achievements

0

Reputation

  1. @Shaun Gorneau and @Carl Thank you very much for your help. So it looks like I'm going to have to go with the recalculating option then. I just wanted to make sure there isn't another more obvious way to do this before I jump down the rabbit hole. I will see what I can come up with and then come back with my solution in case it helps anyone, or if anyone can point out improvements.
  2. I have this side project where I am trying to recreate a clock that I saw once. You can place tasks on the clock and if you don't do them in time then the hour hand drags the tasks round the clock. I have attached a picture of what I mean. I've figured out how to drag the tasks onto the clock but I have no idea how to get the hour hand to drag the tasks round the clock. Is there a way to get draggable input to come from another div that's being animated rather than from a human? The other way I thought was working out the position of everything and then recalculating everything every 30 seconds to give the appearance of a drag. That sounds like a terrible way to do it though. Has anyone had to do something similar, I don't really know where to start. Any help or thoughts would be lovely. Thank you very much.
×
×
  • Create New...