IMPLEMENTED: Transition: Duration doesn't work well in offcanvas

Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

Hi

I tried to control the speed of opening and closing the offcanvas with the transform 0.2s linear value, but it doesn’t work at all and the speed is always cubic-bezier.

Hi @Victor1999,

did you use this control?

If yes, this one is only for changing the duration of the transition, not the transition itself.

Best regards,
Matej

Hi @Matej,

Yes exactly. So is this a feature request? Or is it not possible to implement at all?

I moved this to the Feature Requests / Improvements, as it’s not a bug and I’ve created internal task. But let’s see how much popularity will this request get.

As a workaround, you can try this CSS.

%root% .brx-offcanvas-inner,
%root% .brx-offcanvas-backdrop{
  transition-timing-function: linear;
}

Best regards,
Matej

Hello @Matej,

Thanks for the reply.

Does WIP mean that the ability to control the transfer function will be added in the next version? I am not familiar with terms like WIP.

Best regards

Hi @Victor1999,

we basically have few prefixes that we add:

1: No prefix: We have not yet checked the topic
2: WAIT: We checked the topic, and are trying to replicate it, or we need further details from you.
3: WIP: We could replicate and confirm that it’s a Bricks issue, so we created an internal task. This does not mean that we will work on the task immediately.
4: NO BUG: The issue is not a Bricks bug. It could be a bug/issue with some plugin or a user mistake.
5: SOLVED/IMPLEMENTED: It means we implemented the fix (for the topic that was previously in WIP), and it’s available in the latest Bricks version.

So, WIP does not mean that this will be implemented in the next version (it might still be), but it means that it’s inside our task list.

I hope I explained well. Let me know if not.
Matej

The explanation was complete. Thank you.

1 Like

Hi Victor,

We added this improvement in Bricks 2.0 RC, which is now available in your account.
Changelog: Bricks 2.0-rc Changelog – Bricks

Please let us know if you are still experiencing issues.

As with any pre-stable release, please do not use it on a production/live website. It is only meant for testing in a local or staging environment.