

#sections .gallery-fullscreen-slideshow[data-transition="fade"] { --duration: 3s; figure, .gallery-fullscreen-slideshow-item-src{ opacity:20; } .gallery-fullscreen-slideshow-item{ visibility: visible; } figure:last-child { animation: fadeIn var(--duration, 3s) ease; } @keyframes fadeIn { from { opacity: 50; } to { opacity: 20; } } }