Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Commit

Permalink
Snow improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
MmmCurry committed Aug 3, 2010
1 parent c03329c commit 119173c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/snow.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DEMO.spawnParticle = function() {
path.push([currX, DEMO.minY+deltaY*(i+1)]);
}

var elem = $('<img class="mover" src="snowflake_white.png" />');
var elem = $('<img class="mover" src="snowflake_white20.png" />');
elem.appendTo($(document.body));
if ($.browser.msie) {
elem.animate({
Expand Down

0 comments on commit 119173c

Please sign in to comment.