This is a migrated thread and some comments may be shown as answers.

Expand animations not playing when importing only kendo.panelbar

2 Answers 51 Views
This is a migrated thread and some comments may be shown as answers.
Steven
Top achievements
Rank 1
Steven asked on 04 Mar 2020, 12:15 AM

I'm trying to import only the components needed, but when I import only the panelbar and the wrapper, the animation does not playing when expanding/unexpanding the panelbar.

The animation does play when importing all of kendo-ui, so what other component do I need to bring in to make the animations function?

StackBlitz of animation not playing here: https://stackblitz.com/edit/vue-3kamya?embed=1&file=index.js

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 05 Mar 2020, 11:12 AM

Hello Steven,

You also need to import the .fx module of Kendo:

import "@progress/kendo-ui/js/kendo.fx";

Regards,
Dimitar
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Steven
Top achievements
Rank 1
answered on 05 Mar 2020, 02:10 PM
Thanks. The animations are playing now.
Asked by
Steven
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Steven
Top achievements
Rank 1
Share this question
or