Questions tagged [anime.js]

Anime.js is a lightweight JavaScript animation library. It works with any CSS Properties, individual CSS transforms, SVG or any DOM attributes, and JavaScript Objects.

Anime.js is a lightweight JavaScript animation library. It works with any CSS Properties, individual CSS transforms, SVG or any DOM attributes, and JavaScript Objects.

291 questions
-1
votes
1 answer

How can I get this anime.js to work in Gatsby

How can I get this code to work in React/Gatsby. When I go to build it fails window.addEventListener("mousemove", move); window.onload = () => animejs({ targets: ".cursor", opacity: 1 });
-1
votes
1 answer

Proper way to animate a loop in Javascript- Should I use Vue or a library like Anime.js?

I am working on a looping animation modifying the background of a web page. Right now, I have built it with Vue by modifying a variable in Vue's data object bound to a style tag of the page I'm working on. This work's but it's a bit messy and…
John-c
  • 1
  • 1
-1
votes
1 answer

How to fix the problem with 3D animation CSS on iOS (Safari / Chrome)

I have something like browser game. On click user throw dices. Dices fall through shadow, but there are different block and dice has z-index : 3 and shadow z-index : 2; This problem only on iOS. For animation use library anime.js. Maybe someone had…
-1
votes
2 answers

How to animate my element using Anime.JS?

I'm using Articulate Storyline to create some cool javascript animations... First I need to find and select the element that I'm going to animate... I'm using jQuery to select elements by finding their CSS class. I can find elements by pretty much…
user8764001
-1
votes
1 answer

Load an anime.js animation html file as a background to a section in HTML

I am trying to use this a anime.js file as a background to a website banner. Here
-2
votes
1 answer

Why isn't anime.js working in my browser?

For some reason my anime.js isn't working in my browser, but when I give my code to people I know online, it works just fine for them. Here's my HTML code:
and yes, I have linked the…
codfish555
  • 96
  • 1
  • 15
1 2 3
19
20