Small bug. A header is set to Sticky and a scrolling background colour is set. When the page scrolls, the background colour is applied, but it’s instantaneous, no transition.
Looking at the CSS, it seems there is a transition applied: #brx-header.sticky { transition: background-color .2s,transform .4s; }
But the scrolling background colour is applied to the container WITHIN, not the brx-header.sticky element, so the transition doesn’t happen.
I was able to reproduce the background-color transition issue and added it to our bug tracker.
As for the scrolling box-shadow and the custom settings of the transition, I can’t make a concrete statement right now - but we’ll see what we can do
Hi Eric,
The issue has been fixed in Bricks 1.5beta. We’ve added a new transition field, so you can add any transition of your choice. However, the transition does not (yet) affect the slideUp effect - but this will be the case in the 1.5 stable.