forked from Botanical/BotanJS
Removed old impl
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
// Character cloud creates a cloud of character with randomized properties
|
||||
var create = function( ch, char_class, size, cloudRange, charSize )
|
||||
{
|
||||
var marginLeft;
|
||||
var cloudMap = Dand.wrapc( "characterCloud" )
|
||||
, charElmt
|
||||
, rx, ry, rs
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|| window.mozRequestAnimationFrame
|
||||
|| window.oRequestAnimationFrame
|
||||
|| window.msRequestAnimationFrame
|
||||
|| function( f ) { window.setTimeout( draw1, 1000 / 60 ); }
|
||||
|| function( f ) { window.setTimeout( f, 1000 / 60 ); }
|
||||
);
|
||||
|
||||
var cssSlide = function( element, slide_index, distance )
|
||||
|
||||
Reference in New Issue
Block a user