Show HN: The Fastest Slider library for high performance websites
1–10 of 14 posts
Re: Show HN: The Fastest Slider library for high performance websites
#2Re: Show HN: The Fastest Slider library for high performance websites
#3So, I decided to create a slider library that focuses purely on being as fast as possible but still pretty push fully featured and super customizable. The library I have created is 30x faster than slick, 15x faster than swiper - while still being 5x smaller than slick and 19x smaller than swiper in size.
Despite being so small and fast - it still has lots of features and customizability.
I've just released V1.0 - Do check it out
Re: Show HN: The Fastest Slider library for high performance websites
#4It’s buggy on iOS Safari
Re: Show HN: The Fastest Slider library for high performance websites
#5I've been pretty disappointed with existing slider libraries because of their horrendous impact on the browser's main thread, and they also cause layout shifts which is a total pain in the neck to get rid off - They do not provide any way to fix the layout shifts in a idiomatic way. So, I decided to create a slider library that focuses purely on being as fast as possible but still pretty push fully featured and super…
Re: Show HN: The Fastest Slider library for high performance websites
#6Re: Show HN: The Fastest Slider library for high performance websites
#7Re: Show HN: The Fastest Slider library for high performance websites
#8absolutely hate the fact that it snaps then you have to wait until you can slide.
This is definitely annoying, This is happening because I've added a logic that does not let the user trigger another transition if the slider is in mid-transition state.
Though I think a better approach would be to allow the user to trigger another transition and handle it gracefully.
Working on it to fix this.
Re: Show HN: The Fastest Slider library for high performance websites
#9I've been pretty disappointed with existing slider libraries because of their horrendous impact on the browser's main thread, and they also cause layout shifts which is a total pain in the neck to get rid off - They do not provide any way to fix the layout shifts in a idiomatic way. So, I decided to create a slider library that focuses purely on being as fast as possible but still pretty push fully featured and super…
You may need some sort of threshold to ignore scrolls that are mostly vertical. It's really hard to scroll the page on mobile as the slider prevents the default scroll unless the movement is perfectly vertical
Edit: Fixed in V1.0.1
Re: Show HN: The Fastest Slider library for high performance websites
#10Speed is great, but how do the features compare to the other libraries mentioned?