Jump to content
Search Community

scifox

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by scifox

  1. I create a map with a zoom buttons in Edge Animate.

    And try to use draggable plugin for move the map.

    Draggable.create(sym.$("map"), {
    	type:"x,y",
    	cursor:"pointer",
    	bounds: "#Stage",
    	edgeResistance:0.65
    });
    

    But when i start drag it my zoom button is hiding under the draging map.
    How i can make my zoom buttons always on top when i drag the map?

     

    Here is my example https://cloud.mail.ru/public/229d51df0867/drag.rar

    I can't make the circle at the top

×
×
  • Create New...