Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apitaru/Ejecta-HEART-CreateJS
/ functions
Functions
152 in github.com/apitaru/Ejecta-HEART-CreateJS
⨍
Functions
152
◇
Types & classes
0
Function
Shadow
* This class encapsulates the properties required to define a shadow to apply to a {{#crossLink "DisplayObject"}}{{/crossLink}} * via its <code>shad
libs/createjs/createjs-2014.12.12.combined.js:3080
Function
Shape
(graphics)
libs/createjs/createjs-2013.12.12.combined.js:8438
Function
Shape
* A Shape allows you to display vector art in the display list. It composites a {{#crossLink "Graphics"}}{{/crossLink}} * instance which exposes all
libs/createjs/createjs-2014.12.12.combined.js:11101
Function
Sound
* The Sound class is the public API for creating sounds, controlling the overall sound levels, and managing plugins. * All Sound APIs on this class
libs/createjs/createjs-2013.12.12.combined.js:15997
Function
Sound
* The Sound class is the public API for creating sounds, controlling the overall sound levels, and managing plugins. * All Sound APIs on this class
libs/createjs/createjs-2014.12.12.combined.js:20931
Function
SoundChannel
* An internal class that manages the number of active {{#crossLink "SoundInstance"}}{{/crossLink}} instances for * each sound type. This method is o
libs/createjs/createjs-2013.12.12.combined.js:17271
Function
SoundChannel
* An internal class that manages the number of active {{#crossLink "AbstractSoundInstance"}}{{/crossLink}} instances for * each sound type. This met
libs/createjs/createjs-2014.12.12.combined.js:22164
Function
SoundInstance
()
libs/createjs/createjs-2013.12.12.combined.js:17536
Function
SoundLoader
* A loader for HTML audio files. PreloadJS can not load WebAudio files, as a WebAudio context is required, which * should be created by either a lib
libs/createjs/createjs-2014.12.12.combined.js:20217
Function
Sprite
(spriteSheet, frameOrAnimation)
libs/createjs/createjs-2013.12.12.combined.js:7878
Function
Sprite
* Displays a frame or sequence of frames (ie. an animation) from a SpriteSheet instance. A sprite sheet is a series of * images (usually animation f
libs/createjs/createjs-2014.12.12.combined.js:10662
Function
SpriteSheet
(data)
libs/createjs/createjs-2013.12.12.combined.js:2992
Function
SpriteSheet
* Encapsulates the properties and methods associated with a sprite sheet. A sprite sheet is a series of images (usually * animation frames) combined
libs/createjs/createjs-2014.12.12.combined.js:3282
Function
SpriteSheetBuilder
()
libs/createjs/createjs-2013.12.12.combined.js:9493
Function
SpriteSheetBuilder
* The SpriteSheetBuilder allows you to generate sprite sheets at run time from any display object. This can allow * you to maintain your assets as v
libs/createjs/createjs-2014.12.12.combined.js:12278
Function
SpriteSheetLoader
* A loader for EaselJS SpriteSheets. Images inside the spritesheet definition are loaded before the loader * completes. To load SpriteSheets using J
libs/createjs/createjs-2014.12.12.combined.js:20342
Function
SpriteSheetUtils
()
libs/createjs/createjs-2013.12.12.combined.js:9261
Function
SpriteSheetUtils
* The SpriteSheetUtils class is a collection of static methods for working with {{#crossLink "SpriteSheet"}}{{/crossLink}}s. * A sprite sheet is a
libs/createjs/createjs-2014.12.12.combined.js:11895
Function
Stage
(canvas)
libs/createjs/createjs-2013.12.12.combined.js:6794
Function
Stage
* A stage is the root level {{#crossLink "Container"}}{{/crossLink}} for a display list. Each time its {{#crossLink "Stage/tick"}}{{/crossLink}} * m
libs/createjs/createjs-2014.12.12.combined.js:9642
Function
TagLoader
(item)
libs/createjs/createjs-2013.12.12.combined.js:14514
Function
TagPool
* The TagPool is an object pool for HTMLAudio tag instances. In Chrome, we have to pre-create the number of HTML * audio tag instances that we are g
libs/createjs/createjs-2013.12.12.combined.js:19976
Function
TagPool
* The TagPool is an object pool for HTMLAudio tag instances. In Chrome, we have to pre-create the number of HTML * audio tag instances that we are g
libs/createjs/createjs-2014.12.12.combined.js:24387
Function
TagRequest
* An {{#crossLink "AbstractRequest"}}{{/crossLink}} that loads HTML tags, such as images and scripts. * @class TagRequest * @param {LoadItem} load
libs/createjs/createjs-2014.12.12.combined.js:17049
Function
Text
(text, font, color)
libs/createjs/createjs-2013.12.12.combined.js:8596
Function
Text
* Display one or more lines of dynamic text (not user editable) in the display list. Line wrapping support (using the * lineWidth) is very basic, wr
libs/createjs/createjs-2014.12.12.combined.js:11209
Function
TextLoader
* A loader for Text files. * @class TextLoader * @param {LoadItem|Object} loadItem * @constructor
libs/createjs/createjs-2014.12.12.combined.js:19526
Function
Ticker
()
libs/createjs/createjs-2013.12.12.combined.js:882
Function
Ticker
* The Ticker provides a centralized tick or heartbeat broadcast at a set interval. Listeners can subscribe to the tick * event to be notified when a
libs/createjs/createjs-2014.12.12.combined.js:1119
Function
Timeline
(tweens, labels, props)
libs/createjs/createjs-2013.12.12.combined.js:21176
Function
Timeline
* The Timeline class synchronizes multiple tweens and allows them to be controlled as a group. Please note that if a * timeline is looping, the twee
libs/createjs/createjs-2014.12.12.combined.js:25971
Function
Touch
()
libs/createjs/createjs-2013.12.12.combined.js:11820
Function
Touch
* Global utility for working with multi-touch enabled devices in EaselJS. Currently supports W3C Touch API (iOS and * modern Android browser) and the
libs/createjs/createjs-2014.12.12.combined.js:14247
Function
Tween
(target, props, pluginData)
libs/createjs/createjs-2013.12.12.combined.js:20325
Function
Tween
* A Tween instance tweens properties for a single target. Instance methods can be chained for easy construction and sequencing: * * <h4>Example</h
libs/createjs/createjs-2014.12.12.combined.js:25163
Function
UID
()
libs/createjs/createjs-2013.12.12.combined.js:794
Function
UID
* Global utility for generating sequential unique ID numbers. The UID class uses a static interface (ex. <code>UID.get()</code>) * and should not be
libs/createjs/createjs-2014.12.12.combined.js:1705
Function
VideoLoader
* A loader for video files. * @class VideoLoader * @param {LoadItem|Object} loadItem * @param {Boolean} preferXHR * @constructor
libs/createjs/createjs-2014.12.12.combined.js:20280
Function
WebAudioPlugin
* Play sounds using Web Audio in the browser. The WebAudioPlugin is currently the default plugin, and will be used * anywhere that it is supported.
libs/createjs/createjs-2013.12.12.combined.js:17649
Function
WebAudioPlugin
* Play sounds using Web Audio in the browser. The WebAudioPlugin is currently the default plugin, and will be used * anywhere that it is supported.
libs/createjs/createjs-2014.12.12.combined.js:24079
Function
WebAudioSoundInstance
(src, startTime, duration, playbackResource)
libs/createjs/createjs-2014.12.12.combined.js:23779
Function
XHRLoader
(item, crossOrigin)
libs/createjs/createjs-2013.12.12.combined.js:14862
Function
XHRRequest
* A preloader that loads items using XHR requests, usually XMLHttpRequest. However XDomainRequests will be used * for cross-domain requests if possi
libs/createjs/createjs-2014.12.12.combined.js:17296
Function
XMLLoader
* A loader for CSS files. * @class XMLLoader * @param {LoadItem|Object} loadItem * @constructor
libs/createjs/createjs-2014.12.12.combined.js:20582
Function
ctor
()
GloboApp/src/underscore.js:566
Function
later
()
GloboApp/src/underscore.js:624
Function
myApp
()
App/myApp.js:6
Function
onMouseDown
(e)
App/myApp.js:35
Function
onPressMove
(e)
App/myApp.js:54
Function
onPressUp
(e)
App/myApp.js:76
Function
onTick
()
App/myApp.js:97
Function
template
(data)
GloboApp/src/underscore.js:1138
← previous
101–152 of 152, ranked by callers