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 3, 2024
1 parent 9346888 commit 2345628
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'theme_boost_union';
$plugin->version = 2023102035;
$plugin->version = 2023102036;
$plugin->release = 'v4.3-r11';
$plugin->requires = 2023100900;
$plugin->supported = [403, 403];
Expand Down

0 comments on commit 2345628

Please sign in to comment.