We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3 and v4
When in multiple per page slider, the direction is set to 'rtl' then is-visible class is not applied
'rtl'
is-visible
example config perPage: 3; direction: 'rtl'
perPage: 3; direction: 'rtl'
due to it the visible event is not triggered
visible
https://codesandbox.io/s/ltr-vs-rtl-example-4d67mo?file=/index.html
N/A
is-visible is added to visible elements and visible event is triggered
The text was updated successfully, but these errors were encountered:
Bug Fix: Incorrect property names in RTL (#831)
f060c77
Fixed in the latest version.
Sorry, something went wrong.
No branches or pull requests
Checks
Version
v3 and v4
Description
When in multiple per page slider, the direction is set to
'rtl'
thenis-visible
class is not appliedexample config
perPage: 3; direction: 'rtl'
due to it the
visible
event is not triggeredReproduction Link
https://codesandbox.io/s/ltr-vs-rtl-example-4d67mo?file=/index.html
Steps to Reproduce
N/A
Expected Behaviour
is-visible
is added to visible elements andvisible
event is triggeredThe text was updated successfully, but these errors were encountered: