Add description

This commit is contained in:
2025-08-13 16:04:48 +02:00
parent 696f1a9a82
commit fe1e3e358a
3 changed files with 67 additions and 50 deletions

View File

@@ -1,9 +1,18 @@
@keyframes slide-in-opacity {
from {
opacity: 0;
}
to {
opacity: 1;
// Leave only necessary sections id
#projector_longdescription,
#projector_dictionary,
#projector_enclosures,
#projector_warranty,
#product_questions_list,
#opinions_section,
#projector_blog,
#products_associated_zone1 {
display: none;
animation: slide-in-opacity .3s ease;
padding-top: 5rem;
&.idm-active {
display: block;
}
}
@@ -94,20 +103,11 @@
}
}
// Leave only necessary sections id
#projector_longdescription,
#projector_dictionary,
#projector_enclosures,
#projector_warranty,
#product_questions_list,
#opinions_section,
#projector_blog,
#products_associated_zone1 {
display: none;
animation: slide-in-opacity .3s ease;
padding-top: 5rem;
&.idm-active {
display: block;
@keyframes slide-in-opacity {
from {
opacity: 0;
}
to {
opacity: 1;
}
}