Sha256: a72a1d2dfef8547c4e2895e40c481778acb00a0cf2e3afce81e50dcaa019304d
Contents?: true
Size: 610 Bytes
Versions: 28
Compression:
Stored size: 610 Bytes
Contents
<div class="fixed-top-bar"> <% for animation in %w(fade-in fade-out move-to-top move-from-top move-to-bottom move-from-bottom move-to-left move-from-left move-to-right move-from-right roll-down) do %> <span class="button" onclick="up.animate('.animated-object', '<%= animation %>', { duration: 500 })"> <%= animation %> </span> <% end %> </div> <div class="spacer"> </div> <div class="example"> <div class="animated-object" style="padding: 30px; background-color: red; color: white; width: 300px; height: 200px; margin-left: 200px; margin-top: 200px"> Animated object </div> </div>
Version data entries
28 entries across 28 versions & 1 rubygems