diff --git a/Changelog.TXT b/Changelog.TXT index b8a4855..912c9d4 100644 --- a/Changelog.TXT +++ b/Changelog.TXT @@ -493,4 +493,7 @@ Fixed jQuery version detection Improved page performance when enabling touch. But re-working how the events are registered. Added performanceMode option. Can be used to hide slides that are invisible anyway, and reset the CSS if the slider is not currently animating. Can increase performance, especially if on mobile and there are multiple sliders on a single page. Removed nested sliders demo, it stopped working and I don't wanna fix it. -Removed css effects demo. There was no reason for me to have it. \ No newline at end of file +Removed css effects demo. There was no reason for me to have it. + +3.5.1 (26-01-2021) +Changed the "slide" effect to use `margin` instead of `translate(left, top)`. Fixes an animation issue in Chrome 88. Fixes #67 \ No newline at end of file