diff options
Diffstat (limited to 'build/core.json')
-rw-r--r-- | build/core.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/build/core.json b/build/core.json index aac41f7aa..b0ccdfe7a 100644 --- a/build/core.json +++ b/build/core.json @@ -43,6 +43,19 @@ "collision" ] }, + "transfer": { + "name": "ui.effect-transfer", + "title": "jQuery UI Transfer Effect", + "description": "Displays a transfer effect from one element to another.", + "keywords": [ + "effect" + ], + "homepage": "http://jqueryui.com/transfer-effect/", + "demo": "http://jqueryui.com/transfer-effect/", + "docs": "http://api.jqueryui.com/transfer-effect/", + "dependencies": [ "effect" ], + "category": "effect" + }, "widget": { "description": "Provides a factory for creating stateful widgets with a common API.", "keywords": [ |