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
2525 public enum AnimationType
2626 {
2727 None , // No animation
28- Fade , // Fade in or out
29- Wipe , // Wipe across the screen
3028 Zoom , // Zoom in or out
3129 FlyIn , // Fly into the slide
32- FlyOut , // Fly out of the slide
33- Bounce , // Bounce effect
3430 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
4532 }
4633
4734}
You can’t perform that action at this time.
0 commit comments