FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Animate itterations property counts -1 on iOS when value is => 2 · Issue #1958 · NativeScript/NativeScript · GitHub

Animate itterations property counts -1 on iOS when value is => 2 #1958

Description

When we have an animation that uses iterations with count over two

example:

    var logo = page.getViewById("logo");
    logo.animate({
        rotate: 360,
        duration: 1200,
        delay: 100,
        iterations: 3,  // this will be executed 2 times in iOS and 3 times in Android
        curve: "easeIn"
    })

If no iterations are set or iterations : 1 everything works normal

tested under iOS 9.3

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions


      Back | FazBrowse Home | New Git URL