Name Description Size Coverage
graph-helper.js The helper class for creating summary graph. 10232 -
l10n.js Get a formatted title for this animation. This will be either: "%S", "%S : CSS Transition", "%S : CSS Animation", "%S : Script Animation", or "Script Animation", depending if the server provides the type, what type it is and if the animation has a name. @param {object} state 1562 -
moz.build 293 -
timescale.js TimeScale object holds the total duration, start time and end time and zero position time information for all animations which should be displayed, and is used to calculate the displayed area for each animation. 4581 -
utils.js Find the optimal interval between time graduations in the animation timeline graph based on a minimum time interval. @param {number} minTimeInterval Minimum time in ms in one interval @return {number} The optimal interval time in ms 2116 -