From e0743bc3fc4da0977ab778c375f6a98e48d0cfb6 Mon Sep 17 00:00:00 2001 From: jrcornthwait <5942721+jrcornthwait@users.noreply.github.com> Date: Thu, 7 May 2020 12:50:24 -0400 Subject: [PATCH] Grammar fixes (#66) Swapped out "it's" for "its" where appropriate. --- docs/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/index.html b/docs/index.html index 08a3e40..8deef67 100644 --- a/docs/index.html +++ b/docs/index.html @@ -912,7 +912,7 @@
Event Example - Lazy Loading Images
A reference to the Glider.js object can be retrieved by re-calling Glider.js with the glider elements
- as it's sole argument: var glider = Glider(document.querySelector('.glider'));
. Any custom
+ as its sole argument: var glider = Glider(document.querySelector('.glider'));
. Any custom
event data is passed via the event, located at event.detail
Glider.js aims to be lightweight and fast. There are some planned upgrades to the list such as adaptive height, but they are not present in version 1.0. - If there is a demand for other features that can be implemented with little overhead, Glider.js will be happy to include them on it's next release. + If there is a demand for other features that can be implemented with little overhead, Glider.js will be happy to include them on its next release. - * Infinite looping will never be supported as it's incompatible with native browser scrolling. + * Infinite looping will never be supported as its incompatible with native browser scrolling.
- Aside from the fact that Glider.js is "not a carousel", it's main benefits are it's size, speed and native scrolling design. Due to this, + Aside from the fact that Glider.js is "not a carousel", its main benefits are its size, speed and native scrolling design. Due to this, touch devices benefit from momentum based scrolling while still allowing other default scrolling methods (touch, touchpads, hoz. mousewheel, arrow keys, scrollbars, etc), all within in a tiny footprint and buttery-smooth performance!