tedconf / ember-searchable-select

Data-down, actions up select-like menu with searching and tagging capabilities.
http://tedconf.github.io/ember-searchable-select/
MIT License
37 stars 15 forks source link

SVG's SMIL animations (<animate>, <set>, etc.) are deprecated #35

Open EM-UlisesAcosta opened 8 years ago

EM-UlisesAcosta commented 8 years ago

There is this message: SVG's SMIL animations (, , etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.

Are you going to update the animations so this component doesn't break in the future?

DEBUG: ------------------------------- ember.debug.js:5938 DEBUG: Ember : 2.2.0 ember.debug.js:5938 DEBUG: Ember Data : 2.2.1 ember.debug.js:5938 DEBUG: jQuery : 1.11.3 ember.debug.js:5938 DEBUG: -------------------------------

brenna commented 8 years ago

Is this a browser deprecation or an Ember deprecation?

I'm aware of the Chrome deprecation but haven't felt the urgency to fix since this has been "deprecated" but not removed for quite some time.

If it's halting you from upgrading Ember however, we can look at prioritizing.

brenna commented 8 years ago

Would also gladly merge a PR with a substituted CSS animation!