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

Adds breakpoints for responsive animations #634

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

fabiencrapetto
Copy link

Allows you to use breakpoints to define different behaviors depending on the user screen size.

Example of how to use :

<img data-aos="xs:fade-right md:fade-bottom xl:flip-right" data-aos-delay... />

Related Issue

Personal requirements led me to this commit.

How Has This Been Tested?

Could probably get minor corrections such as moving the generic ('fade', 'flip', 'slide' and 'zoom') into each breakpoint to avoid any potential problem.

Allows you to use breakpoints to define different behaviors depending on the user screen size.

Example :

`<img data-aos="xs:fade-right md:fade-bottom xl:flip-right" data-aos-delay... />`
@nickolasjadams
Copy link

Cool Idea! Would love to see it merged!

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.

2 participants