You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All animation mixins included in the standard distribution package have been moved to the #anamespace. 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;
}
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: