The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
HPHarikrishnan P Syncfusion Team July 21, 2015 02:50 PM UTC
Hi Robert,
Thanks for using Syncfusion products.
The Animation effect provided to the Tab looks like “flickering” when you enable and disable it. If needed we can stop this by disabling the ‘enableAnimation’ property as shown below
$("#apiTab").ejTab({enableAnimation:false});
We have showcased this in the following JS playground link please check it.