Skip to content

DGActivityIndicatorThreeDotsAnimation Animation is wrong #34

@Apps4LifeLLC

Description

@Apps4LifeLLC

The animation for DGActivityIndicatorThreeDotsAnimation is not staggered like in the gif preview. All dots grow and shrink at the same time instead of staggering the way the gif on this repository shows. The solution can be made in DGActivityIndicatorThreeDotsAnimation.m

Change: animation.beginTime = beginTime;

To: animation.beginTime = beginTime+((0.5f/3.0f)*(float)i);

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