Skip to content

⬅️ Back to Table of Contents

📄 BooleanKeyframeTrack.tests.js

📊 Analysis Summary

Metric Count
📦 Imports 2
📊 Variables & Constants 3

📚 Table of Contents

🛠️ File Location:

📂 test/unit/src/animation/tracks/BooleanKeyframeTrack.tests.js

📦 Imports

Name Source
BooleanKeyframeTrack ../../../../../src/animation/tracks/BooleanKeyframeTrack.js
KeyframeTrack ../../../../../src/animation/KeyframeTrack.js

Variables & Constants

Name Type Kind Value Exported
parameters { name: string; times: number[]; valu... let/var { name: '.visible', times: [ 0, 1 ], values: [ true, false ], }
object BooleanKeyframeTrack let/var new BooleanKeyframeTrack( parameters.name, parameters.times, parameters.values )
object BooleanKeyframeTrack let/var new BooleanKeyframeTrack( parameters.name, parameters.times, parameters.values )