Update elementor pro
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
.elementor-motion-effects-element, .elementor-motion-effects-layer {
|
||||
.elementor-motion-effects-element,
|
||||
.elementor-motion-effects-layer {
|
||||
transition-property: transform, opacity;
|
||||
transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
|
||||
transition-duration: 1s;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.elementor-motion-effects-element,
|
||||
.elementor-motion-effects-layer {
|
||||
transition-duration: 0s !important;
|
||||
}
|
||||
}
|
||||
.elementor-motion-effects-container {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user