Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Animation options #12

@andys8

Description

@andys8

progressbar.js offers options to configure the animation.

duration: 800,
easing: 'linear',
from: {},
to: {},
step: function() {}

https://github.com/kimmobrunfeldt/progressbar.js/blob/master/src/path.js#L19-L25

react-progressbar.js offers a toggle initialAnimate, only. It would be great if we would be able to have animationOptions as property. In my case the default value for duration has to be changed.

I could contribute and create a pull request, if the feature is wanted.

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