Difference between revisions of "Cassowary"

From MagnetoWiki
Jump to navigation Jump to search
(Add splash with "the stare")
m (Correct splash width)
Line 3: Line 3:
 
<html>
 
<html>
 
<style>
 
<style>
.splash { max-width: 100%; overflow: hidden; }
+
.splash { max-width: 800px; overflow: hidden; }
.splash > img { max-width: 100%; animation: 100s forwards the-stare; }
+
.splash > img { max-width: 800px; animation: 10s forwards the-stare; }
 
@keyframes the-stare { to { transform: translate(-85%,60%) scale(4.5); }}
 
@keyframes the-stare { to { transform: translate(-85%,60%) scale(4.5); }}
 
</style>
 
</style>

Revision as of 20:02, 18 December 2015

Cassowary is a large, flightless, highly territorial, CAS client.

Source Code: https://github.com/chuckhoupt/Cassowary