Sha256: a9a88c475cf8b1641f8a3e47302afa1ec5fcdb8e23b14ed3d5bd5d3f57559dc6
Contents?: true
Size: 655 Bytes
Versions: 2
Compression:
Stored size: 655 Bytes
Contents
timing_test(function() { at(0 * 1000, function() { assert_styles(".anim",{'stroke':'rgba(0, 240, 50, 1)'}); }); at(0.2 * 1000, function() { assert_styles(".anim",{'stroke':'rgba(30, 200, 90, 1)'}); }); at(0.4 * 1000, function() { assert_styles(".anim",{'stroke':'rgba(60, 160, 130, 1)'}); }); at(0.6000000000000001 * 1000, function() { assert_styles(".anim",{'stroke':'rgba(90, 120, 170, 1)'}); }); at(0.8 * 1000, function() { assert_styles(".anim",{'stroke':'rgba(120, 80, 210, 1)'}); }); at(1 * 1000, function() { assert_styles(".anim",{'stroke':'rgba(150, 40, 250, 1)'}); }); }, "Auto generated tests");
Version data entries
2 entries across 2 versions & 2 rubygems