Sha256: 6a70a2f07b9fa359e9688c740b11d651383659135344a53883a91e3e955190da
Contents?: true
Size: 796 Bytes
Versions: 22
Compression:
Stored size: 796 Bytes
Contents
<section> <p>Hover states using CSS animations</p> <button class="ae-btn ae-fade-in">Fade In</button> <button class="ae-btn ae-fade-out">Fade Out</button> <button class="ae-btn ae-ease-in-out">Ease In Out (Button Hover)</button> <table> <thead> <th>Animation</th> <th>Class</th> <th>Usage</th> </thead> <tbody> <tr> <td>Fade In</td> <td><code>.ae-fade-in</code></td> <td>Show element</td> </tr> <tr> <td>Fade Out</td> <td><code>.ae-fade-out</code></td> <td>Hide element</td> </tr> <tr> <td>Ease In Out</td> <td><code>.ae-ease-in-out</code></td> <td>Easing in and out <br /><small>Automatically applied to buttons and image links</small></td> </tr> </tbody> </table> </section>
Version data entries
22 entries across 22 versions & 1 rubygems