JavaScript animation engine
35 matches across 4 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/playground/waapi/eases/index.js | 21 | // backgroundColor: [`var(--orange-1)`, `var(--red-1)`], |
| LOW | tests/playground/waapi/composition/index.js | 61 | // } |
| LOW | tests/playground/assets/js/anime.esm.js | 2401 | prevParent.completed = true; |
| LOW | tests/playground/timeline/test/index.js | 21 | beginDelay: 500, |
| LOW | tests/playground/timeline/test/index.js | 121 | // } |
| LOW | tests/playground/timeline/test-sets/index.js | 1 | import { createTimeline, stagger, utils, engine, animate } from '../../../../dist/modules/index.js'; |
| LOW | tests/playground/timeline/test-sets/index.js | 21 | // ease: 'linear', |
| LOW | tests/playground/timeline/test-sets/index.js | 81 | // let child1OnBeginCheck = 0; |
| LOW | tests/playground/timeline/test-sets/index.js | 101 | // onComplete: () => { console.log('child 1 COMPLETE'); child1OnCompleteCheck += 1; } |
| LOW | tests/playground/timeline/test-sets/index.js | 121 | // inspect(tl); |
| LOW | tests/playground/timeline/test-sets/index.js | 141 | // }) |
| LOW | tests/playground/threejs/instanced-mesh/index.js | 201 | const worldCoords = new Vector3(); |
| LOW | tests/suites/function-based-values.test.js | 181 | expect(getChildAtIndex(animation, 1)._toNumber).to.equal(2); |
| LOW | tests/suites/function-based-values.test.js | 201 | // expect(getChildAtIndex(animation, 0)._fromNumber).to.equal(0); |
| LOW | tests/suites/svg.test.js | 41 | // It's now mendatory for an SVG attribute to be defined on the SVG element in order to be either set using utils.set( |
| LOW | tests/suites/svg.test.js | 61 | // expect(path1El.getAttribute('d')).to.equal(null); |
| LOW | tests/suites/svg.test.js | 81 | // draw: '0 1', |
| LOW | src/animation/composition.js | 201 | // overrideTween(nextSibling); |
| LOW | src/events/scroll.js | 741 | const container = this.container; |
| LOW | src/events/scroll.js | 761 | // offsetY += $el.offsetTop || 0; |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | examples/auto-layout/cards/index.js | 6 | 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.', |
| LOW | examples/auto-layout/cards/index.js | 6 | 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.', |
| LOW | examples/draggable-playground/index.html | 657 | This is the drawer content. <a href="https://animejs.com">This is a link with a <span>span</span>.</a> Lorem ips |
| LOW | examples/draggable-playground/index.html | 657 | This is the drawer content. <a href="https://animejs.com">This is a link with a <span>span</span>.</a> Lorem ips |
| LOW | examples/draggable-playground/index.html | 660 | This is the drawer content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis cursus nisi |
| LOW | examples/draggable-playground/index.html | 660 | This is the drawer content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis cursus nisi |
| LOW | examples/draggable-playground/index.html | 663 | This is the drawer content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis cursus nisi |
| LOW | examples/draggable-playground/index.html | 663 | This is the drawer content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis cursus nisi |
| LOW | examples/draggable-playground/index.html | 666 | This is the drawer content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis cursus nisi |
| LOW | examples/draggable-playground/index.html | 666 | This is the drawer content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis cursus nisi |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/playground/assets/js/anime.esm.js | 303 | // TODO: Do we need to check if we're running inside a worker ? |
| LOW | src/core/consts.js | 3 | // TODO: Do we need to check if we're running inside a worker ? |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/suites/colors.test.js | 107 | function createColorConversionFromDOMTest(property, colorType, colorName) { |
| LOW | tests/suites/colors.test.js | 124 | function createColorConversionFromDOMTests() { |
| LOW | src/layout/layout.js | 926 | function splitPropertiesFromParams(params) { |