Video Tutorial
JavaScript Code Snippet
selector{ overflow: hidden !important; } selector .elementor-background-overlay{ -webkit-transition: all 0.7s !important; transition: all 0.7s !important; -webkit-transform-origin: left; transform-origin: left; } selector:hover .elementor-background-overlay{ -webkit-transform: scale(1.75); transform: scale(1.75); } selector .elementor-column{ opacity: 0; -webkit-transition: all 0.80s !important; transition: all 0.80s !important; } selector:hover .elementor-column{ opacity: 1; }
Comments
Post a Comment