You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes an issue where custom gestures were being reassigned an id every time bind() was called. The last bound element would be the only element who is aware of the new assignment. #11
Extended the Rotate gesture's functionality to use one input instead of two. The pivot point is calculated at the center point of the target element, to which the gesture is bound to. One-finger rotate is usable on both desktop and touch capable devices. See http://codepen.io/zingchart/pen/GqWVww