Name Description Size
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