showItem of Grouplist

Hello! Is it possible to implement the “Grouplist.showItem()” function using animation?

If I understand the source code correctly, it can be added as follows:

  1. Adding a flag to the parameters
    “showItem: function (id, animate) {”

  2. Replace “this._no_animation = true;”
    with “this._no_animation = !.animate;”

  3. Set “this._is_level_down” correctly.

Hey @lBeJIuk,

While the provided solution looks interesting, it would break the current behaviour of the showItem method, and wouldn’t show the correct item in a single transition (the method would need to be called twice). With some modifications it might be possible to implement this feature, though it means it would be a little bit more tricky to do so.

We will look into the possibility of implementing such a feature at some point in the future.