Event.js icon indicating copy to clipboard operation
Event.js copied to clipboard

Issue w/ CSS Rotation or Scale + event

Open joergbirkhold opened this issue 12 years ago • 1 comments

Could it be that the Drag offsets are always page relative? So if I rotate a div by 180° and i try to drag a child of that div all offsets are flipped.

joergbirkhold avatar Oct 18 '13 11:10 joergbirkhold

The library does not have CSS transform support, unfortunately is not trivial to add. The library is more meant for plugging into Canvas elements, or WebGL elements. It should work fine for any element that doesn't include CSS transforms.

mudcube avatar Dec 09 '13 23:12 mudcube