Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / EffectSupport.txt
1 POSITIONS:
2
3 +-------------------+
4 | A       B       C |
5 |                   |
6 | D       E       F |
7 |                   |
8 | G       H       I |
9 +-------------------+
10
11
12 EFFECTS:
13
14 0-) None
15 1-) Dissolve
16 2-) Slide Vertically
17 3-) Slide Horizontally
18 4-) Pivot
19
20
21 MATCHES
22
23 Pos. | Possible Effects      + = Maybe (Future)
24 -----+--------------------   - = Not Supported
25   A  | 0   1   2   3   4
26   B  | 0   1   2   -   +
27   C  | 0   1   2   3   4
28   D  | 0   1   -   3   +
29   E  | 0   1   -   -   -
30   F  | 0   1   -   3   +
31   G  | 0   1   2   3   4
32   H  | 0   1   2   -   +
33   I  | 0   1   2   3   4
34