Transfer Effectversion deprecated: 1.12
Description: Transfers the outline of an element to another element
-
version deprecated: 1.12transfer
Very useful when trying to visualize interaction between two elements.
The transfer element itself has the class ui-effects-transfer
, and needs to be styled by you, for example by adding a background or border.
This effect is deprecated, replaced by the .transfer() method.
Example:
Clicking on the green element transfers to the other.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
|