Questions tagged [web-animations]

Web Animations defines a model for supporting animation and synchronization on the Web platform. It defines a programming interface to the model that may be implemented by user agents that provide support for scripting.

Official documentation, as published by CSS Working Group and SVG Working Group.

Github: https://github.com/w3c/csswg-drafts
IRC: ircs://irc.w3.org:6667/webanimations

108 questions
0
votes
0 answers

Flip element into certain position using Web Animations API

I am trying to make a web effect that works like this: (It actually has nothing to do with cards, just using cards as an analogy; it will actually be an image. And there is no "stack" of cards, it is just a fixed position in the browser…
dwn
  • 543
  • 4
  • 15
-1
votes
1 answer

How to set up velocity.js?

I would like to know how can we include to our project the velocity.js library so we can have more smooth animations. Thanks! index.html
jQuery
Evangelos
  • 69
  • 9
-2
votes
2 answers

No animation with CSS keyframe (Mozilla Firefox)

I'm trying to learn CSS. I tried to do a simple animation: changing the background color of a span by using keyframes, but nothing change/animate My code looks like this : HTML : Test CSS : `body{ margin: 0; …
Greatzo
  • 3
  • 1
1 2 3 4 5 6 7
8