Skip to content
New issue

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

Add class to count active slides #832

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

grasmash
Copy link

This adds an additional class to each active slide in the form of tns-slide-active-[nth] where [nth] is the counted up from the first active slide.

E.g., if 3 slides are active, they will be assigned the following classes respectively:

.tns-slide-active-0
.tns-slide-active-1
.tns-slide-active-2

This allows them to be styled. Differently. For instance, the first and last slides can be blurred as requested in #586.

This adds an additional class to each active slide in the form of `tns-slide-active-[nth]` where `[nth]` is the counted up from the first active slide.

E.g., if 3 slides are active, they will be assigned the following classes respectively:
```
.tns-slide-active-0
.tns-slide-active-1
.tns-slide-active-2
```

This allows them to be styled. Differently. For instance, the first and last slides can be blurred as requested in ganlanyuan#586.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant