Show 100% before hiding restore screen

This commit is contained in:
Ruben Daniels 2016-02-19 20:24:23 +00:00
parent c5a4f9aea6
commit 33995356a9

View File

@ -285,8 +285,7 @@ define(function(require, exports, module) {
*
* Example:
*
* anims.animateMultiple({
* node : someDiv,
* anims.animate(node, {
* width : "200px",
* height : "300px"
* }, function(){});