diff --git a/ImgHtml.cc b/ImgHtml.cc index 49a55fa..fbefe80 100644 --- a/ImgHtml.cc +++ b/ImgHtml.cc @@ -300,6 +300,16 @@ li.dropdown {\ @media screen and (max-width: 400px) {\ ul li { float: none; } \ }\ +.visible\ +{\ + opacity: 1;\ + transition: opacity 1s ease;\ +}\ +.faded\ +{\ + opacity: 0.2;\ + transition: opacity 1s ease;\ +}\ \n"; @@ -472,8 +482,8 @@ li.dropdown {\ const char* ImgHtmlFlexboxSlide::_jsblock() { - static const char* js = "\ -\n\n"; + static const char* js = "\n\ +\n\n"; return js; }