bendavis78 / paper-time-picker

Material design time picker component for polymer
http://bendavis78.github.io/paper-time-picker/
MIT License
89 stars 61 forks source link

Fixed clockhand rotation transform for IE11, Edge and Opera browsers #50

Closed crob1140 closed 7 years ago

crob1140 commented 7 years ago

Replaced the transform and transform-origin CSS styles with the transform attribute to add compatibility with IE11, Edge and Opera browsers.

The transform attribute is part of the SVG 1.1 (Second Edition) specification, and is supported by all major browsers. This provides greater compatibility than the transform CSS property, which is not supported under IE11, Edge or Opera.

crob1140 commented 7 years ago

Closing PR as I found another solution that will also fix the issues reported in #29 at the same time, which I will open a separate PR for shortly.