.ec-anim-color-swipe{position:relative}.ec-anim-color-swipe figcaption,.ec-anim-color-swipe img{opacity:0;visibility:hidden}.ec-anim-color-swipe:after{background:var(--ecui-color-primary);content:"";height:100%;position:absolute;right:0;top:0;width:0}.ec-anim-color-swipe.eci-s2e:after{left:0;right:inherit}.ec-anim-color-swipe.ec-anim-inview figcaption,.ec-anim-color-swipe.ec-anim-inview img{opacity:1;transition:opacity 1s,visibility 1s;transition-delay:.95s;visibility:visible}.ec-anim-color-swipe.ec-anim-inview:after{animation:effect-block 2s cubic-bezier(.19,1,.22,1)}.ec-anim-color-swipe.ec-anim-inview.eci-s2e:after{animation:effect-block-s2e 2s cubic-bezier(.19,1,.22,1)}@keyframes effect-block{0%{right:0;width:0}50%{right:0;width:100%}to{right:100%;width:0}}@keyframes effect-block-s2e{0%{left:0;width:0}50%{left:0;width:100%}to{left:100%;width:0}}