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

pauseResume's side effect on transform #340

Closed
jongmoon opened this issue Aug 4, 2016 · 0 comments
Closed

pauseResume's side effect on transform #340

jongmoon opened this issue Aug 4, 2016 · 0 comments
Assignees
Milestone

Comments

@jongmoon
Copy link
Contributor

jongmoon commented Aug 4, 2016

Description

Converting from relative values to absolute values makes side effect on transform. because transform values are different from other css values.

It need to be solved on #242

But it currently makes transform unavailable to use relative values. So we need temporary measure.

Steps to check or reproduce

  • Relative transform doesn't work
$el.animate({"transform":"+=translateX(100px"); // it does not work!
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