react-countdown-circle-timer
Advanced tools
Comparing version 3.0.4 to 3.0.6
{ | ||
"name": "react-countdown-circle-timer", | ||
"version": "3.0.4", | ||
"version": "3.0.6", | ||
"description": "Lightweight React countdown timer component with color and progress animation based on SVG", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -12,2 +12,4 @@ # React Countdown Circle Timer | ||
## Features | ||
:zap: Performance optimized with single `requestAnimationFrame` loop to animate color and progress | ||
@@ -17,3 +19,3 @@ :rainbow: Transition between colors during the countdown | ||
## Installation | ||
## Install | ||
@@ -24,3 +26,3 @@ ``` | ||
## Demo | ||
## Usage | ||
@@ -96,3 +98,3 @@ ### Component | ||
### Restart/Reset timer at any given time | ||
### Restart timer at any given time | ||
@@ -99,0 +101,0 @@ Pass a `key` prop to `CountdownCircleTimer` and change the `key` when the timer should be restarted. Check [this demo](https://codesandbox.io/s/tender-bogdan-qd35m) to find out one possible implementation. |
25423
203