Skip to content

API: Move animation mixins to #a namespace #19

@codeworksdev

Description

@codeworksdev

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;
    }

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions