From f94dc4fb5fe992800d65db1ae09050e71dedf352 Mon Sep 17 00:00:00 2001
From: Aurelio De Rosa
Date: Sun, 6 Jul 2014 18:50:16 +0100
Subject: [PATCH] Update jQuery.fx.off.xml
Removed broken link (error 404) as mentioned in issue #457. The website has been completely deleted, so it's not a mere change of URL.
---
entries/jQuery.fx.off.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/entries/jQuery.fx.off.xml b/entries/jQuery.fx.off.xml
index ae9b32d3..74bfd60a 100644
--- a/entries/jQuery.fx.off.xml
+++ b/entries/jQuery.fx.off.xml
@@ -9,7 +9,7 @@
When this property is set to true
, all animation methods will immediately set elements to their final state when called, rather than displaying an effect. This may be desirable for a couple reasons:
- jQuery is being used on a low-resource device.
- - Users are encountering accessibility problems with the animations (see the article Turn Off Animation for more information).
+ - Users are encountering accessibility problems with the animations.
Animations can be turned back on by setting the property to false
.