Closed futurist closed 8 years ago
The doc in http://jsguy.github.io/mithril.animate/#Using_it
m("div", { opacity: o.ani }, "I can fade away"); m("div", { onclick: m.trigger('opacity', 0), "I also fade away");
should have m.e(... instead?
m.e(...
Yep, typo snuck in, thanks for spotting 👍
The doc in http://jsguy.github.io/mithril.animate/#Using_it
should have
m.e(...
instead?