Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ core.animation.tests.js
File
core.animation.tests.js
test/specs/core.animation.tests.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
describe(
'Chart.Animation'
,
function
() {
2
it(
'should animate boolean'
,
function
() {
3
const
target = {prop: false};
4
const
anim =
new
Chart.Animation({duration: 1000}, target,
'prop'
, true);
Callers
nothing calls this directly
Calls
3
active
Method · 0.80
tick
Method · 0.80
update
Method · 0.65
Tested by
no test coverage detected