react-animations Questions

12

I have a react single page app, with multiple components. For the 5th component(visible only when scrolled down) I have a counter . Now I am using react-countup library to achieve the counter funct...
Roter asked 26/6, 2018 at 13:27

1

Solved

I am working on a comment box which I am expanding to the height of device on swipe up action and back to its original height on swipe down action. But I am not able to add the animation to it as t...
Amaris asked 26/6, 2023 at 12:18

3

Solved

Using framer motion I want to animate my Icon component to rotate 90 degrees when hovering at the parent element which is a button. <motion.button type="button" whileHover={{scale: 1.1}}&gt...
Lumbricalis asked 20/7, 2019 at 13:38

2

Question: I have a React functional component that recursively renders nested lists. That part is working fine. The part that I am struggling with is getting the divs that contain the nested lists ...
Corruption asked 12/9, 2019 at 2:49

1

I'm trying to build a react native screen that has a left-right carousel, in the each panel of the carousel there is a vertical flatlist with a list of items. At most there are 8-10 carousel panels...

0

I coded a menu using PanGestureHandler and ScrollView. The problem is; when PanGestureHandler is active, ScrollView's scroll is not working. I mean swipe function is working but scrolling is not...
Opinionative asked 4/10, 2019 at 14:20

1

I have been breaking my head trying to figure out how to accomplish something that I figured would be quite simple (I know...) Goal is for a very minimal, and reusable modal component that I can a...

0

I am creating a view. Inside view there are some buttons and all buttons are clickable. I created those view . working fine all buttons are clickable though. Now my requirement is that view should...
Bifurcate asked 16/10, 2018 at 12:4

1

Solved

I have 2 issues with the Animated API. 1st: I am able to show the Image from left to right with the following code. I want to scale the Image from position X=40 (leftPadding), Y=100(topPadding), ...
Furtherance asked 26/4, 2018 at 16:27
1

© 2022 - 2025 — McMap. All rights reserved.