Force a redraw on an element. This can sometimes be useful to force transitions to run instead of letting the browser optimize them out. Obviously, this should be a last-ditch measure.
$ component install ianstormtaylor/redraw
var redraw = require('redraw');
redraw(el);
Force a redraw on a given el
.
MIT