Skip to content

Adds breakpoints for responsive animations - #634

Open
fabiencrapetto wants to merge 1 commit into
michalsnik:nextfrom
fabiencrapetto:patch-1
Open

Adds breakpoints for responsive animations#634
fabiencrapetto wants to merge 1 commit into
michalsnik:nextfrom
fabiencrapetto:patch-1

Conversation

@fabiencrapetto

Copy link
Copy Markdown

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
Copy Markdown

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