Sha256: c1966385866fc53341f14bd4d138dd020f500f9a3a366d58dd51e0c7ef0b22af
Contents?: true
Size: 290 Bytes
Versions: 68
Compression:
Stored size: 290 Bytes
Contents
# frozen_string_literal: true b = box({ id: :the_container, width: 300, height: 300 }) b.box({top: 500, color: :red}) cc=b.circle({ top: 160, id: :the_circle }) initial_height=cc.height b.overflow(:scroll) do |event| new_height = initial_height + event[:top] cc.height(new_height) end
Version data entries
68 entries across 68 versions & 1 rubygems