Topic: Material dropdown: no animation on dropdown?
studioinsight
asked 2 years ago
Expected behavior Material dropdown to be dropping down with an animation
Actual behavior Drop down has no animation just like mdb default (free) version
Resources (screenshots, code snippets etc.)
<!--Dropdown primary-->
<div class="dropdown">
<!--Trigger-->
<a class="btn btn-primary dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">Material dropdown</a>
<!--Menu-->
<div class="dropdown-menu dropdown-primary">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</div>
Marta Szymanska
staff pro premium answered 2 years ago
Hi,
there is gentle fade animation in the dropdown menu after clicking a button: https://mdbootstrap.com/snippets/jquery/marta-szymanska/665189?view=project. How can I help you more?
Best, Marta
Answered
- User: Free
- Premium support: No
- Technology: jQuery
- MDB Version: 4.8.0
- Device: windows 10
- Browser: Chrome
- OS: W10
- Provided sample code: No
- Provided link: No