Skip to content

Commit

Permalink
Updated the transition time for submenus in smart menu carousels
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanna-lmsace committed Jun 20, 2024
1 parent 3f25217 commit 2a19636
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/boost_union/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2189,6 +2189,10 @@ body.theme_boost-union-footerbuttonnone.jsenabled {
.theme-boost-union-moremenu-carousel .dropdown-menu.hide-on-show {
display: none;
}
/* Changed the transition time to 0.3 seconds when smart menus are enabled */
.carousel .carousel-inner .carousel-item {
transition: transform 0.3s ease-in-out;
}
}

/* The nav drawer position to the top in the responsive alignment */
Expand Down

0 comments on commit 2a19636

Please sign in to comment.