Closed matt-erhart closed 6 years ago
Pdf -> html2pdfex -> a bajillion dom nodes -> slow scroll ->
$('body').attr('id', 'scrollArea').addClass('clusterize-scroll') $("#page-container").attr('id', 'contentArea').addClass("clusterize-content") var clusterize = new Clusterize({ scrollId: 'scrollArea', contentId: 'contentArea' });
Now scrolling is fast. Thanks!
Pdf -> html2pdfex -> a bajillion dom nodes -> slow scroll ->
Now scrolling is fast. Thanks!