Hacking together a solution to show part of an element in a card as a default state, lining up the element headline across each card and then animating the element to the center of its parent element
A Pen by Ryan Mulligan on CodePen.
| <div class="jake"> | |
| <div class="face"> | |
| <div class="eye"> | |
| <div class="cheek-left"></div> | |
| </div> | |
| <div class="eye"> | |
| <div class="cheek-right"></div> | |
| </div> | |
| <div class="mustache"> |
Hacking together a solution to show part of an element in a card as a default state, lining up the element headline across each card and then animating the element to the center of its parent element
A Pen by Ryan Mulligan on CodePen.
| <div class="login-box"> | |
| <h2>Login</h2> | |
| <form> | |
| <div class="user-box"> | |
| <input type="text" name="" required=""> | |
| <label>Username</label> | |
| </div> | |
| <div class="user-box"> | |
| <input type="password" name="" required=""> | |
| <label>Password</label> |
| <body> | |
| <canvas id="canvas" width="1400" height="600"></canvas> | |
| </body> |
| <body> | |
| <canvas id="canvas" width="1400" height="600"></canvas> | |
| </body> |
| <body> | |
| <canvas id="canvas" width="1400" height="600"></canvas> | |
| </body> |