You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking on the 'Previous' month button the transition is nice and smooth but clicking on the 'Next' month button things are very sluggish with a snap effect.
Expected/desired behavior
Showing the 'Next' month should be rendered the same way as for the previous month.
The issue is a regression starting with: 2024.3.806
Environment
Kendo UI version: 2024.3.806
Browser: [all ]
Additional Information
This is caused by the k-hstack class on the element that makes it a flexbox. It messes up some of the animation calculations.