Sha256: 607b7fee4b6aaf7f22179d1dbeb2270cf874c33979d649d7396b0a6afbb66493
Contents?: true
Size: 1.94 KB
Versions: 4
Compression:
Stored size: 1.94 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1380709790.123274:@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-02T12:16:28+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
4 entries across 4 versions & 1 rubygems