Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animations not working #1459

Closed
6 tasks
Gluant101 opened this issue Dec 7, 2023 · 2 comments
Closed
6 tasks

Animations not working #1459

Gluant101 opened this issue Dec 7, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Gluant101
Copy link
Contributor

Description

This is not working

CodeSandbox/Snack link

No response

Steps to reproduce

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '...'
  4. See error

gluestack-ui Version

3.3.1

Platform

  • Expo
  • React Native CLI
  • Next
  • Web
  • Android
  • iOS

Other Platform

No response

Additional Information

This is not working

Screenshot 2023-12-07 at 3 44 50 PM
@Gluant101 Gluant101 added the bug Something isn't working label Dec 7, 2023
@Gluant101 Gluant101 moved this from Backlog to Todo in gluestack support Dec 7, 2023
@rcasari1987
Copy link

Hello, yesterday I was testing a bit, and that example works for me. The thing is, you don't get to see it; the animation starts working when the component is mounted. You can try adding a transition to it:

const Box = styled(AnimatedView, {
':initial': {opacity: 0},
':animate': {opacity: 1},
':transition': {
type: 'timing',
duration: 1500,
},
});

@Gluant101 Gluant101 moved this from Todo to In Progress in gluestack support Dec 13, 2023
@ankit-tailor
Copy link
Contributor

Hey @rcasari1987, It's working me. Here is the snack. Let me know if it works for you. Closing the issue for now.

@github-project-automation github-project-automation bot moved this from In Progress to Done in gluestack support Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: Done
Development

No branches or pull requests

5 participants