openfl / actuate

Actuate is a flexible, fast "tween" library for animations in Haxe
MIT License
158 stars 66 forks source link

Replace Lime-specific html5 conditionals with js #100

Closed Gama11 closed 5 years ago

Gama11 commented 5 years ago

When used outside of Lime, html5 likely isn't defined.

This entire logic seems a bit questionable though, why the complex check for whether it's a property or not instead of simply always calling Reflect.setProperty()?

Gama11 commented 5 years ago

Ping @jgranick.