From a7ddf19e54169bc97ce8c142df3da32ae5e2d107 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20Carrasco=20Mo=C3=B1ino?= Date: Tue, 10 Dec 2013 17:23:33 +0100 Subject: [PATCH] add duration --- .../google/gwt/query/client/plugins/effects/Transitions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/Transitions.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/Transitions.java index 62658401..a0f021f6 100644 --- a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/Transitions.java +++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/Transitions.java @@ -344,7 +344,7 @@ public class Transitions extends GQuery { public void run() { $this.css(transition, oldTransitionValue).each(funcs).dequeue(); } - }.schedule(d); + }.schedule(d + duration); } }); -- 2.39.5