Sha256: 32ed3cf210a07bd7388c07c745f1462566cbd247c42e92e5a6550c4cb0e02a15
Contents?: true
Size: 579 Bytes
Versions: 20
Compression:
Stored size: 579 Bytes
Contents
<div class="fixed-top-bar"> <% for animation in %w(cross-fade move-up move-right move-down move-left) do %> <span class="button" onclick="up.replace('.morphed-object', 'transitions', { transition: '<%= animation %>', duration: 2000, cache: false })"> <%= animation %> </span> <% end %> </div> <div class="example"> <div class="morphed-object" style="padding: 30px; background-color: #<%= SecureRandom.hex(3) %>; color: white; width: 300px; height: 200px; margin-left: 200px; margin-top: 200px"> <%= ('a'..'z').to_a.shuffle[0, 20].join %> </div> </div>
Version data entries
20 entries across 20 versions & 1 rubygems