vikramlearning / blazorbootstrap

An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.
https://docs.blazorbootstrap.com/
Apache License 2.0
670 stars 32 forks source link

Accordion is too slow! #790

Closed elibroftw closed 2 months ago

elibroftw commented 2 months ago

Describe the bug

The accordion is too slow in response to a click. I'm not sure what's the problem here.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://demos.blazorbootstrap.com/accordion
  2. Click on 'Accordion Item #1'

Expected behavior

Accordion should start opening up immediately, not .2 seconds later.

Something like: https://elijahlopez.ca/software/

Desktop (please complete the following information):

gvreddy04 commented 2 months ago

@elibroftw Thank you for trying BlazorBootstrap. This behavior is by design. Please refer to the Bootstrap implementation for reference: https://getbootstrap.com/docs/5.3/components/accordion/#example.

elibroftw commented 2 months ago

The link you pasted is properly animated but the demo page has a slow animation. So now this is a bug.