-
### Description
This digital clock app features an elegant UI with real-time updates for time, date, and greeting based on the time of day. It includes additional details such as the current week n…
-
I'm using Vue 3 composition API. I have a toggle that dynamically loads a component (using ``) that includes the `vue-animated-number` component. The first time I load the component, the animation pla…
-
**Describe the bug**
Hello! Thank you for this library. Not sure if this is intended, but when animating the keyboard, the height value updates with noticeable “steps” between values, causing height …
-
1) calling setNum() after the first render results in the next setNum call not animating to the correct number if first setNum(number) = this.state.number. IE initialize with number state = 1954, then…
-
In the [Pagination component](https://design-system.service.gov.uk/components/pagination/), when hovering over the 'Previous' and 'Next' links, the underline thickness does not increase in macOS Safar…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
I propose to add animated number counters to the website to display key stats or milestone…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-snap-carousel@3.9.1` for the project I'm…
-
For the latest Expo 51 and React Native I am getting the following error:
```
Support for defaultProps will be removed from function components in a future major release. Use JavaScript default para…
-
### Problem Description
There are a few bugs at play, though all possibly caused by the same issue. When attempting to use natively driven Animated.Value to transform and translate a view from a non-…
-
I search in all the documentation and I don't see how to completely disable easing in and out. Here are my settings:
```
const loopLength = 1000;
const animationSpeed = 100;
const [currentTime, …