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:
Is this a bug or did I understand the meaning of $enable-transitions wrong?
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
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/.
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