skellington 0.7.4 → 0.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fbd76221c09b908914e8c3d2c1bdadad36aa4d6a
4
- data.tar.gz: ad17e8d867e25d0d99dedeeb592b6454ec777270
3
+ metadata.gz: 0f9b63dc9c535f42884f5cbdab8007c06b8d88ce
4
+ data.tar.gz: ea7c08de419e272d4e122628704b6a3874186499
5
5
  SHA512:
6
- metadata.gz: 872a5fd3c1e773b342eee2f9e89512e3dd31212587fcda57f38ba483e131945f40fd3d29280d30eeb721bbbcdac4e8bee60522a4542bb6744ae1403ab753d2a1
7
- data.tar.gz: c440a7039edb19b21152724dc073312414e0a9d18512503540134b60ac68fffc7656205657c3012c7c5e81860d626860fdf611136dd82287859c792c78d7dc1e
6
+ metadata.gz: 14f7b1f6e474cacae4aad76b86b9e1906388c02929d270c33312331cb8df1a86ba9d63fc805c58ab541e5daf308fd27a04bfc7690aaeebc24a08dc5ae26a7cd2
7
+ data.tar.gz: 3e1fe67c4eccf282ed44a5a832314ae0c1f02c090c2bdcd1177e3b83202fd2befd9fed0a76b6712e1ecb01f3dca18e354e29b70847a0db4e81a6a05d8e13ed7a
@@ -1,3 +1,3 @@
1
1
  module Skellington
2
- VERSION = '0.7.4'
2
+ VERSION = '0.7.5'
3
3
  end
@@ -5,3 +5,31 @@
5
5
  .octo-arm, .octo-body {
6
6
  fill: white;
7
7
  }
8
+
9
+ .github-corner:hover .octo-arm {
10
+ animation: octocat-wave 560ms ease-in-out
11
+ }
12
+
13
+ @keyframes octocat-wave {
14
+ 0%, 100% {
15
+ transform: rotate(0)
16
+ }
17
+
18
+ 20%, 60% {
19
+ transform: rotate(-25deg)
20
+ }
21
+
22
+ 40%, 80% {
23
+ transform: rotate(10deg)
24
+ }
25
+ }
26
+
27
+ @media (max-width: 500px) {
28
+ .github-corner:hover .octo-arm {
29
+ animation: none
30
+ }
31
+
32
+ .github-corner .octo-arm {
33
+ animation: octocat-wave 560ms ease-in-out
34
+ }
35
+ }
@@ -69,6 +69,34 @@ module Skellington
69
69
  .octo-arm, .octo-body {
70
70
  fill: white;
71
71
  }
72
+
73
+ .github-corner:hover .octo-arm {
74
+ animation: octocat-wave 560ms ease-in-out
75
+ }
76
+
77
+ @keyframes octocat-wave {
78
+ 0%, 100% {
79
+ transform: rotate(0)
80
+ }
81
+
82
+ 20%, 60% {
83
+ transform: rotate(-25deg)
84
+ }
85
+
86
+ 40%, 80% {
87
+ transform: rotate(10deg)
88
+ }
89
+ }
90
+
91
+ @media (max-width: 500px) {
92
+ .github-corner:hover .octo-arm {
93
+ animation: none
94
+ }
95
+
96
+ .github-corner .octo-arm {
97
+ animation: octocat-wave 560ms ease-in-out
98
+ }
99
+ }
72
100
  """
73
101
  )
74
102
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skellington
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.4
4
+ version: 0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - pikesley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-04 00:00:00.000000000 Z
11
+ date: 2016-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor