Show 100% before hiding restore screen

pull/258/head
Ruben Daniels 2016-02-19 20:24:23 +00:00
rodzic c5a4f9aea6
commit 33995356a9
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

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