Skip to content

Commit

Permalink
Allow missing end values for integer animations (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrh authored May 13, 2024
1 parent 3c58936 commit ba039e9
Show file tree
Hide file tree
Showing 16 changed files with 14,141 additions and 88 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.1
- Fix rounding-off error on progress calculation
- Allow missing end values for integer animations

## 3.1.0
- Use `package:http` for `Lottie.network`. This allows to drop dependency on `dart:html` and be compatible with `wasm`.
- Fix new lints
Expand Down
2 changes: 2 additions & 0 deletions FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: xvrh
custom: https://buymeacoffee.com/xvrh
Loading

0 comments on commit ba039e9

Please sign in to comment.