Captain Chewie
Captain Chewie
KPCKevin Powell - Community
Created by Adarsh on 2/21/2024 in #front-end
How to create this animation using CSS
This has been fun
7 replies
KPCKevin Powell - Community
Created by Adarsh on 2/21/2024 in #front-end
How to create this animation using CSS
7 replies
KPCKevin Powell - Community
Created by Adarsh on 2/21/2024 in #front-end
How to create this animation using CSS
then you could adjust the gradient and properties of the box, create a keyframe which scrolls it from one side to the other and have it on a delay
7 replies
KPCKevin Powell - Community
Created by Adarsh on 2/21/2024 in #front-end
How to create this animation using CSS
Just an idea but you could probably create a box with another box in it.
<div class="viewbox">
<div class="bar">
</div>
</div>
<div class="viewbox">
<div class="bar">
</div>
</div>
7 replies
KPCKevin Powell - Community
Created by bosspetta on 12/13/2023 in #front-end
HTML content desplaced when main menu is opened
then maybe adjusting the z-index if it goes behind anything
10 replies
KPCKevin Powell - Community
Created by bosspetta on 12/13/2023 in #front-end
HTML content desplaced when main menu is opened
yeah position absolute could help it
10 replies