Skip to content

Commit aea3a90

Browse files
Merge pull request #18 from openize-com/muhammadumar-patch
Added Spin and Zoom animations
2 parents f008b81 + cead496 commit aea3a90

File tree

2 files changed

+454
-41
lines changed

2 files changed

+454
-41
lines changed

PowerPoint/Openize.Slides.Common/Enumerations.cs

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)