File tree Expand file tree Collapse file tree 2 files changed +454
-41
lines changed Expand file tree Collapse file tree 2 files changed +454
-41
lines changed Original file line number Diff line number Diff line change @@ -25,23 +25,10 @@ public enum ListType
25
25
public enum AnimationType
26
26
{
27
27
None , // No animation
28
- Fade , // Fade in or out
29
- Wipe , // Wipe across the screen
30
28
Zoom , // Zoom in or out
31
29
FlyIn , // Fly into the slide
32
- FlyOut , // Fly out of the slide
33
- Bounce , // Bounce effect
34
30
Spin , // Spin in place
35
- GrowShrink , // Grow or shrink in size
36
- Flip , // Flip horizontally or vertically
37
- Slide , // Slide in or out
38
- Morph , // Morph between shapes or objects
39
- Appear , // Appear suddenly
40
- Dissolve , // Dissolve into view
41
- Split , // Split apart
42
- Wheel , // Wheel animation
43
- Float , // Float in or out
44
- Custom // Custom animation defined by the user
31
+ FloatIn // Custom animation defined by the user
45
32
}
46
33
47
34
}
You can’t perform that action at this time.
0 commit comments