Kweebac
Explore posts from serversKPCKevin Powell - Community
•Created by Kweebac on 8/17/2023 in #front-end
Where can I find free to use website designs?
Are there any websites specifically for free-to-use website designs?
6 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
Nope doesn't work 😭
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
I think this is the line of code that makes it work
body.offsetHeight; // Trigger a reflow, flushing the CSS changes
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
It is linked xd
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
I'm using webpack
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
I wonder why?
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
Yeah it still doesn't work unfortunately
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
(fixed the mistake in that screenshot, not that it made a difference anyway xd)
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
Isn't that the same code as this though?
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
I'll just stick with that haha
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
This works
from https://stackoverflow.com/questions/11131875/what-is-the-cleanest-way-to-disable-css-transition-effects-temporarily
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
Yeah... even this still doesn't work
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
Ohh that makes sense, thank you :)
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
https://codepen.io/Kweebac/pen/zYMbEYP
here it is anyway though
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
For some reason if you put the code into CodePen it automatically solves the issue without the class bit which is strange...
46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
I'm not sure how to convert this jQuery code to vanilla JS
Is
$(window)
the same as window
or document.querySelector("window")
?46 replies
KPCKevin Powell - Community
•Created by Kweebac on 8/4/2023 in #front-end
CSS transitions apply on page load
I'm surprised there isn't an easier way, but thank you lol
46 replies