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

[F3] Time not taken into account as animation property when using one of the default bezier curves. #57

Closed
tisho opened this issue May 10, 2014 · 0 comments

Comments

@tisho
Copy link
Contributor

tisho commented May 10, 2014

In this example, framer3 will ignore the time property and default to 1 second.

layerC = new Layer width: 80, height: 80, x: 200, backgroundColor: "orange"

layerC.animate
    properties: 
        y: 300
    time: 5
    curve: "cubic-bezier"
    curveOptions: "ease-out"
@tisho tisho changed the title Time not taken into account as animation property when using one of the default bezier curves. [F3] Time not taken into account as animation property when using one of the default bezier curves. May 10, 2014
@tisho tisho closed this as completed May 15, 2014
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

No branches or pull requests

1 participant