-
I dag trekker vi veldig fort inn [Framer Motion](https://www.framer.com/motion/) (eller lignende) for å animere elementer som bytter posisjon eller går inn/ut av DOM. Det er for så vidt ikke noe galt …
-
If loudness equalisation introduces clipping (e.g. making something -10 LU would lead to a sample value being > 1.0), the test should not continue and an error message should be shown.
I don't think…
-
For example: Individual translate is only usable like so: `translate: 0 0 10px`
But `translate` as an individual property should be a shorthand for
`translate-x`, `translate-y`, and `translate-z`
I…
-
This is a proposal for a declarative syntax of [Web Animations 2's GroupEffects](https://www.w3.org/TR/web-animations-2/#group-effect). The behavior of these suggested properties is already defined in…
-
### Describe the bug
The transition between images is glitchy on mobile safari on iOS.
When swiping, the next image flashes up in the centre then jumps to its correct position off-screen to slide …
-
**1. Describe the bug**
If an animation calls play() and then, at a later time, calls cancel() it has different results in Safari and Chrome:
- In chrome it will reset the animation to the origina…
-
**Use-case: An element appears on the incoming page only, but the developer wants it to appear to slide from being another transition element**
Imagine Page-A is a grid of thumbnails, and Page-B co…
-
_From @notoriousb1t on July 27, 2016 15:49_
I think that animation libraries would benefit from a simple way to create custom effects. Here is what I think it might look like:
``` javascript
var ef…
-
# Problem
Currently, view transitions are triggered asynchronously.
```javascript
document.startViewTransition(() => {
console.log(1)
})
console.log(2)
// 2, 1
```
Every [example …
-
Especially during batch import, multiple WAAPI calls may slow down the process, and all those WAAPI calls are not necessary in most cases.