Hi,
I’m trying to use a transition mixin. I can’t figure out what the problem is.
.uber-header.fullscreen-overlay-menu #trigger-overlay .patty,
.uber-header.fullscreen-overlay-menu #trigger-overlay .patty:before,
.uber-header.fullscreen-overlay-menu #trigger-overlay .patty:after {
-webkit-transition: all 1.3s ease 1s !important;
-o-transition: all 1.3s ease 1s !important;
transition: all 1.3s ease 1s !important;
}
I want to animate the patty button. But something weird happens. FIRST it animates patty with the specific transitions. Then when that is done, it will animate the after & before.
These are not working by default in Uber so that is the reason I wanted them to be fixed.