Javascript framework for draggable objects on web browsers -
what best javascript framework implement objects can dragged around window , hovered on make other objects appear?
i thinking angularjs best choice? jquery doesn't seem versatile enough.
also, 1 cross-browser compatible?
thanks
edit: jquery ui option seems trying animation-heavy , framework using hardware acceleration more suitable 1 using browser acceleration?
you're going native acceleration using html5 in combination css3. end, there means of implementing similar dragability, which, in combination answer, may achieve need via events. js still required, much, less.
the downside lose browser compatibility. remedy this, check out modernizr. can add in jquery ui if legacy browser accesses site, otherwise stick html5. can guess, doing animations without flash , native acceleration , browser compatibility can hairy quickly.
Comments
Post a Comment