Skip to content

AnimateLeft and AnimateTop are both false #27

@decadX

Description

@decadX

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;
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions