diff --git a/move.js b/move.js index 82b62d5..a34078f 100644 --- a/move.js +++ b/move.js @@ -1238,6 +1238,17 @@ Move.prototype.reset = function(){ return this; }; +/** + * Reflow DOM element + * + * @return {Move} + * @api public + */ +Move.prototype.reflow = function(){ + this.el.offsetTop; + return this; +}; + /** * Start animation, optionally calling `fn` when complete. *