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

some issues with scene option (start) & shift control on scene #4

Open
gaou-piou opened this issue Sep 7, 2019 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@gaou-piou
Copy link

When you put start option into a scene does not work

const scene_1 = Fat.animate(box, {
	translateX: '200px'
}, {
	start: false,
	duration: 1000
})

You have to set it as a control to work

const scene_1 = Fat.animate(box, {
	translateX: '200px'
}, {
	duration: 1000
}).start(false)

And i think that shift control is not working as expected.

example:
https://codepen.io/gaougalos/pen/XWrVvaX?editors=0110

@ts-thomas ts-thomas self-assigned this Sep 9, 2019
@ts-thomas ts-thomas added the bug Something isn't working label Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants