Disabling Conversational UI scroll animation

1 Answer 133 Views
Animation Conversational UI 
Tarjei
Top achievements
Rank 1
Tarjei asked on 22 Jun 2021, 12:40 PM
Is there an easy way to disable the Conversational UI scroll to  bottom animation?

1 Answer, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 22 Jun 2021, 01:08 PM

Hello, Tarjei,

This visual result is coming from the CSS that sets the scroll-behavior to smooth and we can change it with CSS:

      .k-chat .k-message-list {
          scroll-behavior: auto;
      }

https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior

We are not adding specific animations to the container.

I hope this is helpful.

Regards,
Stefan
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Animation Conversational UI 
Asked by
Tarjei
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or