Unplanned
Last Updated: 18 Mar 2024 09:24 by ADMIN
Michael D
Created on: 30 Jun 2022 05:50
Category: Kendo UI for jQuery
Type: Bug Report
0
Transitions are not disabled although $enable-transitions is set to false in Kendo UI "Classic" SASS theme

The "Classic" SASS theme for Kendo UI (v. 5.4.0) provides the $enable-transitions variable. I expected it to behave consistent with other similar variables like $enable-rounded which means that when it is set to false, no transistion properties would be set.

However, the following elements always have a transition property set, no matter what the value of $enable-transitions is:

  • .k-button::before
  • .k-list-item

Is this a bug or did I understand the meaning of $enable-transitions wrong?

4 comments
ADMIN
Neli
Posted on: 18 Mar 2024 09:24

Hello Michael,

I have contacted the front-end team but the issue is not scheduled for fixing, yet. As the item was marked as 'Under Review' I am changing its status to 'Unplanned'.

You could follow the issue in the portal, to be notified when we have progress on it. 

Regards,
Neli
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Michael D
Posted on: 11 Mar 2024 14:03
As a part of our regular housekeeping tasks, I have stumbled over this issue again. Are there any news on this?
ADMIN
Magdalena
Posted on: 23 Aug 2022 11:55

Hello Michael,

This variable comes from Bootstrap framework and is added to other themes for better consistency. We will review the case if we could add possibility to apply the false value of the variable.

Regards,
Magdalena
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Magdalena
Posted on: 06 Jul 2022 15:55

Hi Michael,

Thank you for reporting the issue. We need more time to investigate the case. For now you can set the $kendo-button-transition to false and use the following preliminary workaround to disable transition for list items:

.k-list-item {
    transition: none !important;
}

We will contact you as soon as possible.

Regards,
Magdalena
Progress Telerik

The Premier Dev Conference is back! 

Coming to you live from Progress360 in-person or on your own time, DevReach for all. Register Today.