Scroll animation
i want a certain animation to happen when i scroll upon the element. smthing like https://mycolor.space/
I posted before but no one replied....
onBlur event handler firing when focusing on child components
Hi everyone!
I'm having trouble with my
onFocus and onBlur events.
I have this div, which is a container for search bar:
```js...Horizontal scroll animation
https://codepen.io/ahad4387/pen/VwBBVNN
I'm trying to achieve automatic horizontal scroll animation, what am i doing wrong here...
Screen Resolution errors in tailwind css
The display resolution was 1920*1080 for this the screen layout is 150% then I'm getting the alignments different and if i have the screen layout as 125% then it's working fine but in 150% layout will it be possible to get the same as 125% by adding media queries i have tried but it's not working properly .
do we have any resolutions for this kind of issue ? if so could you please share .
Thank you in Advance ....
What selector is best for setting font across a page?
I'm currently using
body but I'm wondering if * would be better, or if there's an even better alternative.can't get the 2nd section into a grid format
The grid just doesnt look right. Need the headers above the text and the text below like a column format
https://codepen.io/MD-2016/pen/YzjjezZ...
React styled components with Sass
Hey guys, more of a general question so forgive me if some things are not clear. I'd like to use styled components in React as it seems to make changing styles way easier than if I followed the 7-1 Sass pattern. My only concern is what would the folder structure look like if I want to have global variables/functions/mixins? Would it be possible to get a quick folder structure that you use?
Add Prettier on existing Codebase
The existing codebase I recently joined working on, has no Prettier installed - no formatter has been used, only VS Code default one - so the new requirement is to add the Prettier and start formatting the codebase.
My main issue is that we are gonna have a lot of files changed and it will be a problem to track them appropriately later, the team is not ready to even think of reviewing all those changes.
Can you please give me any suggestions based on your experience?...
Mobile nav not working
I am trying to make a mobile nav and it works on code pen but not locally.
https://codepen.io/RS_2009/pen/poZZPEm
ull have to hv to copy it...
@media
hi all,
there is a problem when i'm setting media queries. whenever i do this:
```css
@media screen and (width >= 1024px) { /* changes layout */ }...
How to stop dark mode transition animation from showing on every page load?
I’ve got the following css to ensure you get a nice transition when switching/toggling from light to dark mode on a project we’re creating at work.
```
* {
transition: color 150ms ease-in-out;...
advice on making first client website
Hello,
Im making a website for a client and need advice on tech stack. I need backend to store content - thinking a headless cms like prisimic so client can upload own content as needed. But do I need React to fetch data with express? Or is Pug fine?
Thank you....
question about animation
hi all,
so,
animation-delay specifies the delay before the animation starts and NOT the delay in between iterations right?
how can i achieve the latter? a delay in between iterations...How to make a list animation through height detection
Please help to get block height to animate each of blocks with different time interval. i cant get the height of these blocks as it is hidden
https://codepen.io/Mister-Eighth/pen/poZKmdo...
grid-auto-flow: dense not working
hi all,
i have a grid container with shapes. why don't the shapes below fill in the missing spaces there?
here is my code: https://jsfiddle.net/nczysk8h/17/...

quick question
hey all,
i just have a quick question, can i do something like this:
so on mobile, i have
4 images, then i set a media query where when we are at 1440px wide, i add more 7 more images, so 11 images in total in desktop....Is there a way to useParams() in a class in v6 of react-router-dom?
After many videos and googling I can't really find what I'm looking for as useParams() works but with a function and not a class. Dose anyone know a way to fix this?
Here is the version I tried as a class
```js
class ProductDetails extends Component {...
js file is not working when upload to github
and my pc the js code is working but when i upload it to github it doesn't do aything
https://mal-wd.github.io/Travel-Template/...
What is causing this error?
https://glistening-bombolone-928636.netlify.app/
After you start removing selected filters an error pops up in the console about line of code that removes them, but everything works.
I ignored it since it works, but it is bugging me and would like to know how to fix it....