add <afx-slider>

This commit is contained in:
Xuan Sang LE 2018-03-21 00:18:18 +01:00
parent 93622ec98a
commit 519209af0c

View File

@ -74,6 +74,12 @@
if(self.dragable)
{
$(self.refs.point).css("position", "absolute")
$(self.refs.point).hide()
$(self.root).mouseover(function(){
$(self.refs.point).show()
}).mouseout(function(){
$(self.refs.point).hide()
})
enable_dragging()
}
self.root.observable.on("calibrate",function(){