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

API: Move animation mixins to #a namespace #19

Closed
codeworksdev opened this issue May 8, 2018 · 0 comments
Closed

API: Move animation mixins to #a namespace #19

codeworksdev opened this issue May 8, 2018 · 0 comments

Comments

@codeworksdev
Copy link
Owner

codeworksdev commented May 8, 2018

All animation mixins included in the standard distribution package have been moved to the #a namespace. This change minimizes conflicts with other CSS definitions, while also providing the best portability across different platforms.

EXAMPLE

Apply the bounceIn animation to the <body> tag.

body {
    #a.animated;
    #a.bounceIn;
    }
@codeworksdev codeworksdev changed the title API: Move animation functions to #a container API: Move animation functions to #a namespace May 16, 2018
@codeworksdev codeworksdev changed the title API: Move animation functions to #a namespace API: Move pre-baked animation mixins to #a namespace May 16, 2018
@codeworksdev codeworksdev changed the title API: Move pre-baked animation mixins to #a namespace API: Move animation mixins to #a namespace May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant