JSFiddle

rafaelrinaldi's public fiddles

  • cpJd3

    No-Library (pure JS), HTML, CSS, JavaScript

  • SaTYx

    Mootools 1.4.5, HTML, CSS, JavaScript

  • EaselJS ― `loop` and `autoRewind` features

    In my fork of EaselJS I've implemented two properties on `BitmapAnimation` module. The first is `loop` which is a boolean value that specifies if you want the animation to loop or not. The other one is `autoRewind` and it's also a boolean value; it specifies if you want the animation to go to the first frame after finishing or not. The pull request: https://github.com/CreateJS/EaselJS/pull/183

  • EaselJS ― `getChildByName()` feature

    In my fork of EaselJS I've implemented a feature that enables you to retrieve an element by its name. The method is called `getChildByName()` and it's a property of the `Container` module. The pull request: https://github.com/CreateJS/EaselJS/pull/182