Sergiy
@MrSeagerAll solutions
- Submitted 20 days ago
React, Spring, Bootstrap, TypeScript
- HTML
- CSS
- JS
- API
const transitions = useTransition(adv, { from: { opacity: 0, transform: 'translateY(-220px)' }, enter: { opacity: 1, transform: 'translateY(0)' }, leave: { opacity: 0, transform: 'translateY(220px)' }, config: { tension: 220, friction: 24 }, exitBeforeEnter: true, });
animation on leave should go down with this
transform: 'translateY(220px)'
but it's just ignored - Submitted about 2 months ago
React, TypeScript, Bootstrap
- HTML
- CSS
- JS
If I use typescript correctly. And I have issue with mobile version for some reason there is a space on right side I don't know why and how to get rid of it
- Submitted 4 months ago
React, Bootstrap, TypeScript
- HTML
- CSS
- JS
I still need help with typescript I'm not sure if I am using it correctly
- Submitted 4 months ago
I used React and Bootstrap
- HTML
- CSS
- JS
My code for calculating is massive, I am sure there is a way to make it much more readable, I tried to ask for some help from AI, but it solution didn't work
- Submitted 5 months ago
Used React and Bootstrap
- HTML
- CSS
- JS
I don't exactly understand how routers work - I need help with that. I made that link changes between two games, but I would like to make link for rules page that uppers in front of original page
- Submitted 5 months ago
React, Bootstrap
- HTML
- CSS
- JS
It would be great if anybody suggest any libraries that I can use in react for animation