Difference between revisions of "Cassowary"

From MagnetoWiki
Jump to navigation Jump to search
m
(Increase delay)
Line 4: Line 4:
 
<style>
 
<style>
 
.splash { width: 800px; overflow: hidden; }
 
.splash { width: 800px; overflow: hidden; }
.splash > img { width: 800px; animation-name: the-stare; animation-duration: 1s; animation-fill-mode: forwards; }
+
.splash > img { width: 800px; animation-name: the-stare; animation-duration: 100s; animation-fill-mode: forwards; }
 
@keyframes the-stare { from {} to { transform: translate(-650px,190px) scale(4.5); }}
 
@keyframes the-stare { from {} to { transform: translate(-650px,190px) scale(4.5); }}
 
</style>
 
</style>

Revision as of 19:16, 18 December 2015

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

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