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

Added an option to receive initial animation directions #39

Closed
wants to merge 5 commits into from
Closed

Added an option to receive initial animation directions #39

wants to merge 5 commits into from

Conversation

rafaelfaria
Copy link

Added option to set the initial animation direction

use it with the animation options:
sintaxe:
animationOptions: { fromDirection: 'VERTICAL, HORIZONTAL' }

for instance: animationOptions: { fromDirection: 'bottom, right' }

options are:

  • 'top, left'
  • 'bottom, left'
  • 'top, right'
  • 'bottom, right'
  • 'center, right'
  • 'center, left'
  • 'top, center'
  • 'bottom, center'
  • 'center, center' or just 'center'

This is regarding issue #38

Rafael Cardoso added 5 commits January 8, 2014 10:54
use it with the animation options:
sintaxe:
	animationOptions: { fromDirection: 'VERTICAL, HORIZONTAL' }

for instance: animationOptions: { fromDirection: 'bottom, right' }

options are:

- 'top, left'
- 'bottom, left'
- 'top, right'
- 'bottom, right'
- 'center, right'
- 'center, left'
- 'top, center'
- 'bottom, center'
- 'center, center' or just 'center'
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.

1 participant