Sha256: 7767425c5cbd452e5a991cba92c2c600894c10ed1b8a5738d0e3586823e02490
Contents?: true
Size: 1.94 KB
Versions: 3
Compression:
Stored size: 1.94 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1381798601.837216:@value"]{I" class:ETI"BundledAsset;FI"logical_path;TI"Core/ClockRange.js;TI" pathname;TI"P/Users/bogumil/www/engines/cesium/app/assets/javascripts/Core/ClockRange.js;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-15T02:54:58+02:00;TI"length;Ti{I"digest;TI"%2f6ddad3a355cd2aca3b98e9b1fcef55;FI"source;TI"{/*global define*/ define(['Core/Enumeration'], function( Enumeration) { "use strict"; /** * Constants used by {@link Clock#tick} to determine behavior * when {@link Clock#startTime} or {@link Clock#stopTime} is reached. * * @exports ClockRange * * @see Clock * @see ClockStep */ var ClockRange = { /** * {@link Clock#tick} will always advances the clock in its current direction. * * @type {ClockRange} * @constant * @default 0 */ UNBOUNDED : new Enumeration(0, 'UNBOUNDED'), /** * When {@link Clock#startTime} or {@link Clock#stopTime} is reached, * {@link Clock#tick} will not advance {@link Clock#currentTime} any further. * * @type {ClockRange} * @constant * @default 1 */ CLAMPED : new Enumeration(1, 'CLAMPED'), /** * When {@link Clock#stopTime} is reached, {@link Clock#tick} will advance * {@link Clock#currentTime} to the opposite end of the interval. When * time is moving backwards, {@link Clock#tick} will not advance past * {@link Clock#startTime} * * @type {ClockRange} * @constant * @default 2 */ LOOP_STOP : new Enumeration(2, 'LOOP_STOP') }; return ClockRange; }); ;TI"required_assets_digest;TI"%011a3414c44b794ac08d641e94fd71cd;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
3 entries across 3 versions & 1 rubygems