If the Open on page load option is enabled in the offcanvas element and we have used the Transition: Duration option, the Transition will be applied to the page content after the page loads.
I’m not sure if this is a bug or not, but it might be better not to apply the Transition to the page content during load.
Please see this link. There is an offcanvas with this configuration which is actually a notification bar. Whenever the page loads, transition moves the page content, while offcanvas is already open.
If you agree, the logical behavior is to apply the transition only when the offcanvas is closing. Right?
Thanks!
The transition should not be active for “open on page load” but should be active in all other situations, as long as you can open and close the offcanvas element separately.