From 2345628e59e918082b28e1cb191fce2f61b2b4c9 Mon Sep 17 00:00:00 2001 From: prasanna-lmsace <57126778+prasanna-lmsace@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:42:49 +0530 Subject: [PATCH] Updated the transition time for submenus in smart menu carousels --- scss/boost_union/post.scss | 4 ++++ version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scss/boost_union/post.scss b/scss/boost_union/post.scss index 003ad8ce5ee..d80159889d7 100644 --- a/scss/boost_union/post.scss +++ b/scss/boost_union/post.scss @@ -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 */ diff --git a/version.php b/version.php index 4b0835597d3..e224e555d84 100644 --- a/version.php +++ b/version.php @@ -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];