We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The logic which works correctly on 1.1.0, but gives error on 1.2.0. I looked up and reproduced as below.
when:
$(el).stop();
then
The text was updated successfully, but these errors were encountered:
@kimshinelove, I translated your issue. We're trying to make all communications on english :)
Sorry, something went wrong.
fix(pauseResume): Fix a script error on stop()
f9f5ebc
When you call it on elements which is not animated, script error occurs because __aniProp is not exist. Ref naver#274
@kimshinelove Thank you very much for reporting error!
It is a BUG which occurs on no-animate element. I've just pushed request(#276)
I'll send you fixed version as soon as possible.
jongmoon
No branches or pull requests
Description
The logic which works correctly on 1.1.0, but gives error on 1.2.0.
I looked up and reproduced as below.
Steps to check or reproduce
reproduce
when:
then
The text was updated successfully, but these errors were encountered: