I added a slider to a page layout in SharePoint 2016 and found out that the JavaScript slider is working but some styles are not getting applied.
I added the same code in an HTML page outside the SharePoint site just to check. The styles got applied as expected but within the site, they are not getting applied.
I checked the CSS file and found out that it is using CSS3 styles like -webkit! -moz, transform etc.
Does SharePoint not support CSS3 and svg? How can I get the slider styles working as expected?