virtyaluk / paper-ripple

:dart: Paper Ripple lets you add a Material Design ripple effect to any UI elements on your web page.

Home Page:https://www.npmjs.com/package/paper-ripple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IE11 round support

daKmoR opened this issue · comments

  1. Even if you do not provide the round option option to PaperRipple to activate round class
  2. Round class is still applied
  3. why? because of usage of unsupported second argument in IE11 for the classList.toggle() method here... proof that this second argument is not supported is here

originally fround by @bashmish