Comments 4bjoern started the conversationApril 5, 2019 at 9:43amHi, is it possible to enable/use the Ken Burns effect from the Team »Bio Fullsceen Modal« in the Headerpicture (per Header or Slider or a Row Element)? Thanks 4bjoern repliedApril 5, 2019 at 10:02amOh I've found by my self (see screenshot), but how can I change the speed and smoothness like the »Bio Fullsceen Modal« Ken Burns? 8,996Tahir repliedApril 5, 2019 at 1:27pmHey AGain,Unfortunately that cant be change without template level edits. Best ThemeNectar Support Team 4bjoern repliedApril 5, 2019 at 1:45pmAfter a few test this works (now much smoother) body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap.using-image, .column-image-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap { -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: transform 20s cubic-bezier(0.1,0.2,.7,1) !important; transition: transform 20s cubic-bezier(0.1,0.2,.7,1) !important;} Sign in to reply ...
Hi,
is it possible to enable/use the Ken Burns effect from the Team »Bio Fullsceen Modal« in the Headerpicture (per Header or Slider or a Row Element)?
Thanks
Oh I've found by my self (see screenshot), but how can I change the speed and smoothness like the »Bio Fullsceen Modal« Ken Burns?
Hey AGain,
Unfortunately that cant be change without template level edits.
Best
ThemeNectar Support Team
After a few test this works (now much smoother)
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap.using-image, .column-image-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: transform 20s cubic-bezier(0.1,0.2,.7,1) !important;
transition: transform 20s cubic-bezier(0.1,0.2,.7,1) !important;
}