Skip to content

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

@NickIliev

Description

@NickIliev

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions