Skip to content

wonknu/clouded-sky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clouded-sky

clouded sky effect, based on http://www.clicktorelease.com/code/css3dclouds/

Dependencies

requestAnimationFrame

Installation

Just grab the sky.js and compile sky.less & include them in your html file.

How to use

Create a new sky object

new sky

var sky = new Sky({containerID : 'your-container-id'});

To start cloud rotation animation, call update() method

update()

sky.update();

To stop cloud rotation animation, call stop() method

stop()

sky.stop();

About

clouded sky effect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published