Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nyakuro/475ff0a3042a4563139e to your computer and use it in GitHub Desktop.
Save nyakuro/475ff0a3042a4563139e to your computer and use it in GitHub Desktop.
Snow Particles TimeLine Animation Setting(CreateJS / canvas / javascript)
// 風向き適応倍率(フレームに準拠)
windScales = [1, 1, 1.1, 1, 1, 1, 1.2, 1.1, 1, 1, 1, 0.8, 0.9, 0.9, 0.8, 0.85, 0.9, 0.5, 0.3, 0.2, 0.2, 0.25, 0.3, 0.35, 0.4, 0.5, 0.6, 0.8, 1.1, 1.4, 1.7,1.8, 1.5, 1.4, 1.2, 1, 1, 1, 1, 1, 1.2, 1, 0.7, 0.6, 0.8, 1, 1.1, 1.3, 1.2, 1.2, 1.3, 1.2, 1, 1, 1.2, 1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment