Difference between revisions of "Cassowary"

From MagnetoWiki
Jump to navigation Jump to search
(Add splash with "the stare")
(Follow CAS perm redirect)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
Cassowary is a large, flightless, highly territorial, [http://jasig.github.io/cas/index.html CAS] client.
+
Cassowary is a large, flightless, highly territorial, [https://www.apereo.org/programs/software/cas CAS] client.
  
 
<html>
 
<html>
 
<style>
 
<style>
.splash { max-width: 100%; overflow: hidden; }
+
.splash { width: 800px; overflow: hidden; }
.splash > img { max-width: 100%; animation: 100s forwards the-stare; }
+
.splash > img { width: 800px; animation-name: the-stare; animation-duration: 100s; animation-fill-mode: forwards; }
@keyframes the-stare { to { transform: translate(-85%,60%) scale(4.5); }}
+
@keyframes the-stare { from {} to { transform: translate(-650px,190px) scale(4.5); }}
 
</style>
 
</style>
 
<div class="splash"><img src="/images/a/ab/Casuarius.jpg"></div>
 
<div class="splash"><img src="/images/a/ab/Casuarius.jpg"></div>
 
</html>
 
</html>
  
Source Code: https://github.com/chuckhoupt/Cassowary
+
Source Code: https://github.com/HouptLab/Cassowary
  
 
[[Category:Software]]
 
[[Category:Software]]

Latest revision as of 06:19, 11 June 2024

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

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