uliana3412
KPCKevin Powell - Community
•Created by uliana3412 on 4/11/2024 in #front-end
Huge margin while applying translateX property
1 replies
KPCKevin Powell - Community
•Created by uliana3412 on 4/10/2024 in #front-end
Carousel nivagation
10 replies
KPCKevin Powell - Community
•Created by uliana3412 on 4/3/2024 in #front-end
Carousel-style pagination with Modals.
Hello everyone! I saw this site https://lk.zont-online.ru/demo#/. When you click the first card, you have a beautiful carousel with several movable modals, progression bullets. I would like to make them swipeable as well with react-swipeable. I tried to use <Modal> MUI component (for a modal window) and <MobileStepper> (for bullets). But then it would mean that I will have to close the current modal and open a new one which is not a nice option... Do you know how to orchestrate that? Any adive will be helpful! Thank you!
1 replies
KPCKevin Powell - Community
•Created by uliana3412 on 3/26/2024 in #front-end
How to style "increment" and "decrement" arrow buttons in a scrollbar?
3 replies
KPCKevin Powell - Community
•Created by uliana3412 on 3/11/2024 in #front-end
How to make the text appear letter by letter?
Hi everyone, I came across this website https://www.au-charme-rabelaisien.com/ and I liked how the logo appears progressively in a handwritten style for the splash screen. Do you know how to achieve this effect? Thank you!
18 replies
KPCKevin Powell - Community
•Created by uliana3412 on 3/7/2024 in #front-end
Flickering/glitching issue while applying the CSS animation.
1 replies
KPCKevin Powell - Community
•Created by uliana3412 on 2/26/2024 in #front-end
How to display content in a separate smaller window while still being on the main page?
Hello everyone, I am designing a desktop app using Electron and React. I would like to display some content on the user action in a separate smaller window while still being on the main page ( the background is the same). I am not sure about the approach to adapt. Should I HashRouter and Routes to redirect the user to the other page (but then how to keep the intial main background)? Just as an example, I was ispired by this app : https://lk.zont-online.ru/demo#/. If you toggle one of the cards, it will pop up a new window. That's what I want. Thank you very much for any help and advice!
13 replies
KPCKevin Powell - Community
•Created by uliana3412 on 2/15/2024 in #front-end
Text animation inside a slider bar component
Hello everyone. I built a slider bar to unlock the screen and I wanted to add some animation to the text like here https://codepen.io/maciekmaciej/pen/qZeNGY. My CSS code is not correct. Do you know what is wrong and how could I fix that? Thank you very much! 🙂
17 replies
KPCKevin Powell - Community
•Created by uliana3412 on 2/8/2024 in #front-end
How to create flashing lines between grid items?
Hello everyone,
I am building a menu component made of square items and I would like to link them with flashing lines, themeselves made of rounds, like a charging bar, one after another, they will be on and off. Do you know if it is possible in CSS? I am using display: grid and I would like to put these lines exactly where my grid lines are going. Which property should I use? Thank you a lot for any advice :)!
123 replies