Skip to content

Using setStartDelay after creating a staggered animation removes stagger #15

@davidganster

Description

@davidganster

The stagger parameter gets overwritten by the startDelay when used in this order:

AdditiveAnimator.anime(views, 50)
    .setStartDelay(300)
    .yBy(100)
    .start()

setStartDelay should just add to the initial stagger, not overwrite it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions