From 342de14ec3c3ef6fc2554fa4639bcc8c4bceeb4d Mon Sep 17 00:00:00 2001 From: Kris Borchers Date: Wed, 23 Mar 2016 14:28:08 -0400 Subject: [PATCH] jQuery.speed: Fix incorrect custom-effects slug --- entries/jQuery.speed.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/jQuery.speed.xml b/entries/jQuery.speed.xml index cb5ea916..75cd1e68 100644 --- a/entries/jQuery.speed.xml +++ b/entries/jQuery.speed.xml @@ -40,7 +40,7 @@

The $.speed() method provides a way to define properties, such as duration, easing, and queue, to use in a custom animation. By using it, you don't have to implement the logic that deals with default values and optional parameters.

This method is meant for plugin developers who are creating new animation methods. Letting $.speed() do all the parameter hockey and normalization for you, rather than duplicating the logic yourself, makes your work simpler. An example of use can be found in the animated form of .addClass() of jQuery UI.

- +