![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
⭐️ If you like Anime.css, give it a star! ⭐️
アニメ is a lightweight cross-browser CSS animations library.
Anime.css
is available on npm:
npm install anime.css --save
Anime.css
is available on yarn as well:
yarn add anime.css
or add it directly to your webpage:
<head>
<link
rel="stylesheet"
href="https://unpkg.com/anime.css@1.0.1/anime.min.css"
/>
</head>
Add the class anime__animated
to an element, along with many of the anime names that starting with the anime__
prefix:
<img src="anime.png" class="anime__animated anime__fadeIn" />
anime__
PrefixFade In
anime__fadeIn
anime__fadeInDown
anime__fadeInLeft
anime__fadeInRight
Fade Out
anime__fadeOut
anime__fadeOutDown
anime__fadeOutLeft
anime__fadeOutRight
anime__fadeOutUp
Bounce In
anime__bounceIn
anime__bounceInDown
anime__bounceInLeft
anime__bounceInRight
Bounce Out
anime__bounceOut
anime__bounceOutDown
anime__bounceOutLeft
anime__bounceOutRight
anime__bounceOutUp
Flip In
anime__flipInX
anime__flipInY
Flip Out
anime__flipOutX
anime__flipOutY
Roll
anime__rollIn
anime__rollOut
Rotate In
anime__rotateIn
anime__rotateInUpLeft
anime__rotateInUpRight
anime__rotateInDownLeft
anime__rotateInDownRight
Rotate Out
anime__rotateOut
anime__rotateOutUpLeft
anime__rotateOutUpRight
anime__rotateOutDownLeft
anime__rotateOutDownRight
Light Speed
anime__lightSpeedIn
anime__lightSpeedOut
Action
anime__flash
anime__hinge
anime__pulse
anime__wobble
anime__winggle
anime__shake
anime__swing
anime__tada
Huge thanks to:
We'd love to have your helping hand on contributions to Anime.css
by forking and sending a pull request!
Your contributions are heartily ♡ welcome, recognized and appreciated. (✿◠‿◠)
FAQs
⭐️ If you like Anime.css, give it a star! ⭐️
The npm package anime.css receives a total of 42 weekly downloads. As such, anime.css popularity was classified as not popular.
We found that anime.css demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.