zwip-fade
Version:
A [Zwip](https://github.com/Gastonyte/zwip) fade animation
36 lines (30 loc) • 605 B
HTML
<html>
<head>
<meta charset="utf-8" />
<title>zwip-fade : Simple Fade animation example</title>
<style>
.circle {
background-color: #6495ed;
border-radius: 50%;
width: 200px;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
}
/*.loop-state, .animation-state {*/
/*position: absolute;*/
/*bottom: 0;*/
/*}*/
/*.animation-state {*/
/*left: 0;*/
/*}*/
/*.loop-state {*/
/*right: 0;*/
/*}*/
</style>
</head>
<body>
<h1>Simple Slide animation example</h1>
</body>
</html>