Design comparison
Solution retrospective
I am open to any feedback.
Community feedback
- @abhik-bPosted almost 4 years ago
Hi @mesutcifci , you have done a amazing job on this challenge , its very responsive and fade-in transition is just awesome 🔥 . Keep on contributing these awesome solutions 🚀
I am just curious on why you have written the below block of code on
hide
class instead ofslider
class:position: absolute; z-index: 8888;
1@mesutcifciPosted almost 4 years agoHi. Thank you for your compliments. Hi. Thank you for your compliments. I put this code in 'hide' class because purpose of transition effect. If we want to use 'transition' on 'display' properties this not works because CSS is not supported. But 'position:absolute and visibility:hidden;' combinations behave like 'display:none'. If i put this piece of code in slider class, this will break layout.
Speaking of z-index, I just forgot it there :)
1@abhik-bPosted almost 4 years agoThank you @mesutcifci , I did not know this before , learnt something new today 🚀
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord