PixelsCommander / Propeller

JavaScript library to rotate elements with mouse or touch gestures. Supports inertia and stepwise rotation. Optimized for better performance.
http://pixelscommander.com/polygon/propeller/
409 stars 58 forks source link

perf: Remove polyfills for ES5 and DOM Level 2 features #27

Closed rkunev closed 7 years ago

rkunev commented 7 years ago

Resolves issue #23 - Drop support for IE8.

No features were removed - only the get/set, bind, addEventListener and getComputedStyle polyfills and the user-agent sniffing at L500.

The issue oversells the removed LOC by 20 (now they are 510), but I reconsidered the more aggressive removals and just stuck to polyfill removals only.

PS. @PixelsCommander Sorry for delaying this PR - was a little busy. Btw we're using your plugin for this Color Picker. Keep up the great work!

PixelsCommander commented 7 years ago

Thank you. Wow, picker looks great! Glad to know Propeller is used there.

PixelsCommander commented 7 years ago

For picker you may add double click to instant move control to a point you clicked at