From: Michał Gołębiowski-Owczarek Date: Mon, 16 Sep 2024 15:16:40 +0000 (+0200) Subject: Effect: Remove demos & visual tests of the transfer effect X-Git-Tag: 1.14.1~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=36ed9fc3b0f0ce348a360e8a10500475337368b3;p=jquery-ui.git Effect: Remove demos & visual tests of the transfer effect The transfer effect is deprecated and not present unless `$.uiBackCompat` is set to `true`. In previous UI versions, the default was including the backwards compat layer so these demos & tests worked; now they do not by default. Just remove them. Fixes gh-2278 Closes gh-2291 --- diff --git a/demos/effect/default.html b/demos/effect/default.html index 7d69abb2d..289d5df7f 100644 --- a/demos/effect/default.html +++ b/demos/effect/default.html @@ -11,7 +11,6 @@ #button { padding: .5em 1em; text-decoration: none; } #effect { width: 240px; height: 170px; padding: 0.4em; position: relative; } #effect h3 { margin: 0; padding: 0.4em; text-align: center; } - .ui-effects-transfer { border: 2px dotted gray; }