Skip to content

Conversation

shannan1989
Copy link

The animation is applied to the shape which is next to the target shape.
The id "1" is used for the slide itself. So when writing the animations AND shapes it's important to start the shapeId at 2.
In PptSlides.php, when writing the shapes, the shapeId is starting at 0 by default and then pre-incrementing to 1.
It needs to start at 1 to pre-increment to 2 for the first shape.

@Progi1984
Copy link
Member

@shannan1989 Hi Could you merge develop branch of PhpPresentation in your branch, please ? Thank you

@Progi1984
Copy link
Member

Please check at #531

@shannan1989
Copy link
Author

@shannan1989 Hi Could you merge develop branch of PhpPresentation in your branch, please ? Thank you

Done.

@Progi1984
Copy link
Member

Superseeded by #783

@Progi1984 Progi1984 closed this Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants