-
Hello, i have an issue
When I try to scroll the screen, but I accidentally tap on the LineChart, it can't scroll because of the popup. I set popUpProperties(enabled = false), but i still have that …
-
**Is your feature request related to a problem? Please describe.**
The transition between background images feels abrupt and sudden. I believe that implementing smoother transitions would greatly imp…
-
components/ListRow/TouchableOpacity.js中 Easing组件在新版的react-native包中的位置是"react-native/Libraries/Animated/Easing"
按原来的"react-native/Libraries/Animated/src/Easing"会出错
-
local function inOutElastic(t, b, c, d, a, p)
if t == 0 then return b end
t = t / d \* 2
if t == 2 then return b + c end
if not p then p = d \* (0.3 \* 1.5) end
if not a then a = 0 end
…
-
Hello
I wanna know can we use and write easing a speed of any animation like door opening and closing speed.
Because my train door speed is linear if using the command below.
In car1.animated…
-
It would be nice to have some options to customize ScrollBox. Currently I can't find a way to customize the easing of bounce back after rolling out of bounds ( current default is EaseOutBounce) and ch…
-
### What it is?
The Package class’ summary links to asset.party
![IMG_6311](https://github.com/user-attachments/assets/a808f73b-7d88-47a1-b0b4-2bde077c37d3)
### What should it be?
It shoul…
-
Hi,
I have some specific issue with DoPath method.
I use the code:
`token.transform.DOPath(path, duration).SetEase(Ease.OutBack)`
But it will not animate as I expect. It is some sharp animation. B…
-
Every time you drag an element, the whole list re-renders on every mouse movement.
This affects long lists performance. Have a look at the console in this example:
https://codesandbox.io/s/dnd-kit-s…
-
I'd like to be able to animate the blur amount. RIght now, it looks like this is not supported...
``
```
Animated.timing(
this.state.blurAmount,
{
toValue: 20,
easin…