Skip to content

Commit

Permalink
More inverting bar docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rianadon committed Mar 17, 2022
1 parent 2f27a26 commit 703e419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ entities:
### Receding progress bar
By default, the progress bar will extend from left to right. If you'd like the bar instead to shrink from right to left (as if it were counting down, rather than counting up), reverse the bar direction and invert the percentage:
By default, the progress bar will expand. If you'd like the bar instead to shrink (as if it were counting down, rather than counting up), reverse the bar direction and invert the percentage:
<img alt="Screenshot" src="https://raw.githubusercontent.com/rianadon/timer-bar-card/main/images/receding.png" width="378" height="42" />
```yaml
bar_direction: rtl
bar_direction: rtl # omit this for a left-aligned progress bar
invert: true
```
Expand Down

0 comments on commit 703e419

Please sign in to comment.