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

AnimateLeft and AnimateTop are both false #27

Open
decadX opened this issue Aug 20, 2019 · 1 comment · May be fixed by #30
Open

AnimateLeft and AnimateTop are both false #27

decadX opened this issue Aug 20, 2019 · 1 comment · May be fixed by #30

Comments

@decadX
Copy link

decadX commented Aug 20, 2019

if (done) {

Hello,

We have seen an issue where us the animateTop and animateLeft are both false and the done is never set to true, this causes the render loop to run forever and stops the app/freezes

Could you add this at the end to prevent this

  if (!animateLeft && !animateTop) {
    done = true;
  }
@maxime-guyot
Copy link

maxime-guyot commented Dec 21, 2019

Have same problem caused by card.close() on framework7-vue

@maxime-guyot maxime-guyot linked a pull request Dec 21, 2019 that will close this issue
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 a pull request may close this issue.

2 participants