Removed old impl

This commit is contained in:
2026-06-12 04:51:38 +08:00
parent 4fcd58b5ed
commit f532ada7c4
63 changed files with 717 additions and 1359 deletions
@@ -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
+1 -1
View File
@@ -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 )