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

Fix: rename transition animation parameter #90

Merged
merged 3 commits into from
Mar 23, 2017

Conversation

vadymmarkov
Copy link
Contributor

Fixes #88 😄

@mention-bot
Copy link

@vadymmarkov, thanks for your PR! By analyzing the history of the files in this pull request, we identified @zenangst to be a potential reviewer.

Copy link
Contributor

@zenangst zenangst left a comment

Choose a reason for hiding this comment

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

🍰

@vadymmarkov vadymmarkov merged commit 01126ae into master Mar 23, 2017
@vadymmarkov vadymmarkov deleted the fix/transition-animation-damping branch March 23, 2017 08:17
@@ -135,7 +135,7 @@ class ViewController: PresentationController {
for (column, backgroundImage) in backgroundImages.enumerated() {
if let position = backgroundImage.positionAt(row), let content = contents.at(column) {
addAnimation(TransitionAnimation(content: content, destination: position,
duration: 2.0, dumping: 1.0), forPage: row)
Copy link
Contributor

Choose a reason for hiding this comment

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

😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants