UNPKG

boilerplate.js

Version:

Development Tools

8 lines (6 loc) 180 B
Element.prototype.fadeOut = function(cb) { components.animate.css(this, 'fadeOut', () => { this.classList.add('hidden'); cb && cb(this); }); };