Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding animations #214

Merged
merged 3 commits into from
Apr 4, 2016
Merged

Adding animations #214

merged 3 commits into from
Apr 4, 2016

Conversation

JewrassicPark
Copy link
Contributor

Updated for latest dev branch

Previous : #178

@JewrassicPark
Copy link
Contributor Author

I'm not really sure why I had to do this again with the latest dev branch but here it is.

@@ -476,7 +476,7 @@ public function writeSlide(Slide $pSlide)
$objWriter->endElement();

// Loop shapes
$shapeId = 0;
$shapeId = 1;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JewrassicPark Why do you modify this value ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I answered this in the last fork.

It seemed like powerpoint was treating shape 0 as the slide itself. IIRC I couldn't get the animations to work when the shape index started at 0.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, I forgot it :)

@Progi1984 Progi1984 self-assigned this Apr 4, 2016
@Progi1984 Progi1984 merged commit 95aba97 into PHPOffice:develop Apr 4, 2016
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