From 285057b7aefdfdfc5fb1ae832b83292550220d73 Mon Sep 17 00:00:00 2001 From: Dirk Groenen Date: Tue, 7 Jan 2014 10:27:09 +0100 Subject: [PATCH] Update default useTransitionEnd to true I've been using this plugin in many projects and in almost every project the animations are much smoother when useTransitionEnd is on true. Especially when a jQuery .stop() is used. --- jquery.transit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.transit.js b/jquery.transit.js index eb1e0f0..5c70839 100644 --- a/jquery.transit.js +++ b/jquery.transit.js @@ -28,7 +28,7 @@ enabled: true, // Set this to false if you don't want to use the transition end property. - useTransitionEnd: false + useTransitionEnd: true }; var div = document.createElement('div');