Optimize animations and transitions
will-change is apparently not enough to run GPU-enabled animations, use translateZ on top of it
This commit is contained in:
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -1,5 +1,5 @@
|
||||
dependencies:
|
||||
animejs: 3.1.0
|
||||
animejs: 3.2.0
|
||||
compression: 1.7.4
|
||||
imagesloaded: 4.1.4
|
||||
lazysizes: 5.2.0
|
||||
@@ -1043,10 +1043,10 @@ packages:
|
||||
node: '>=0.4.2'
|
||||
resolution:
|
||||
integrity: sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=
|
||||
/animejs/3.1.0:
|
||||
/animejs/3.2.0:
|
||||
dev: false
|
||||
resolution:
|
||||
integrity: sha512-BjnCroPPQPEAngT0M89pz9TBcOGgOFLnVoq3+jV2upl4rn60k57/AXvESTnuILsNgOEjGuhMEOMp7IlQzk40kA==
|
||||
integrity: sha512-zhtGl5cS0G2f5DfciMO8uwWpnx06nfFnHlXYYXHBazHep1Lyd6kEtBQP+9hpYKE0dBZjIigHp9VpMO95ZfXQJQ==
|
||||
/ansi-escapes/4.3.1:
|
||||
dependencies:
|
||||
type-fest: 0.11.0
|
||||
@@ -4872,7 +4872,7 @@ specifiers:
|
||||
'@rollup/plugin-commonjs': ^11.0.2
|
||||
'@rollup/plugin-node-resolve': ^7.1.1
|
||||
'@rollup/plugin-replace': ^2.3.1
|
||||
animejs: ^3.1.0
|
||||
animejs: ^3.2.0
|
||||
autoprefixer: ^9.7.6
|
||||
babel-plugin-module-resolver: ^4.0.0
|
||||
compression: ^1.7.4
|
||||
|
||||
Reference in New Issue
Block a user