brianrolfephoto Posted February 23, 2022 Share Posted February 23, 2022 Site URL: https://brianrolfe.co.uk/main-home Is there any way to adjust the transitions on the 7.1 gallery simple slideshow? On version 7 it used to be far smoother but seems very abrupt and jerky on 7.1. Easing code snippet? Link to comment
tuanphan Posted February 27, 2022 Share Posted February 27, 2022 Add to Design > Custom CSS .gallery-fullscreen-slideshow-item-img{ transition: opacity 1600ms ease-in-out !important; -webkit-transition: opacity 1600ms ease-in-out !important; -ms-transition: opacity 1600ms ease-in-out !important; -moz-transition: opacity 1600ms ease-in-out !important; -o-transition: opacity 1600ms ease-in-out !important; } //.gallery-fullscreen-slideshow[data-transition="fade"] .gallery-fullscreen-slideshow-item[data-active="true"] .gallery-fullscreen-slideshow-item-src{ transition: opacity 1400ms ease-in-out !important; -webkit-transition: opacity 1400ms ease-in-out !important; -ms-transition: opacity 1400ms ease-in-out !important; -moz-transition: opacity 1400ms ease-in-out !important; -o-transition: opacity 1400ms ease-in-out !important; } E-W and brianrolfephoto 1 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
jenniferhuebler Posted August 26, 2023 Share Posted August 26, 2023 Is this possible to do with slideshow gallery blocks? The transitions are so harsh. Link to comment
DGTL Posted November 9, 2023 Share Posted November 9, 2023 (edited) This is working for some transitions but other transitions in the gallery are still harsh. I think it has to do with the timing of my transitions in correspondence to the code but im not sure how to fix it. Would you be able to help with this? Site URL: www.davidguirguis.com/dgtl Edited November 9, 2023 by DGTL Link to comment
tuanphan Posted November 12, 2023 Share Posted November 12, 2023 On 11/10/2023 at 5:05 AM, DGTL said: This is working for some transitions but other transitions in the gallery are still harsh. I think it has to do with the timing of my transitions in correspondence to the code but im not sure how to fix it. Would you be able to help with this? Site URL: www.davidguirguis.com/dgtl Try this CSS code for dgtl page figure.gallery-fullscreen-slideshow-item { opacity: 1 !important; transition: unset !important; } figure.gallery-fullscreen-slideshow-item:not([data-active="true"]) { visibility: hidden !important; } [data-active="true"] { visibility: visible !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
oldegray Posted January 4 Share Posted January 4 @tuanphan is there any way to fix the transition in a carousel design? The transition from the last image back to the first image is quite jerky and abrupt. Link to comment
tuanphan Posted January 8 Share Posted January 8 On 1/4/2024 at 11:30 PM, oldegray said: @tuanphan is there any way to fix the transition in a carousel design? The transition from the last image back to the first image is quite jerky and abrupt. Gallery Block Carousel or Gallery Section Slideshow or? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
oldegray Posted January 8 Share Posted January 8 8 hours ago, tuanphan said: Gallery Block Carousel or Gallery Section Slideshow or? Gallery Block with the carousel design on auto play Link to comment
Anemone Posted May 15 Share Posted May 15 What CSS can I use to create a horizontal slide effect for slideshow transitions? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment