animation-studio 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA512:
3
- metadata.gz: 8ce6bb0ff3e0bbe64b9d04698643dca16ae41f2e12602e0856c005b20436627e6b96516bc781e6725ecbf7b50f7af150d4bb1770ad676d3527fe507603d791b8
4
- data.tar.gz: 644b6a95cdcf8bf5f28f950e544c8c88f1e0b5cf85ee36f075bd5b50aedb58677f40599612c00270977d885ce9d3438b058b9b088166e6bd1825b3dafbf9a4f7
3
+ metadata.gz: 5aa03c693440bb6d56076df68b7fcb97b9733cfe025cd5506feb48f36cf0004b7dc939bb8b4530391be9c9bf9a169c7111cb1280a6c74e84f2be04f0c5123f8c
4
+ data.tar.gz: 301cdee4b6278eedd74704cca431b4dd55b2bd9b1ed9920c85562df32cba3504b03308801d4380ac2ef206b0ed31ec0300444619d3f4afff191634474e835e3e
5
5
  SHA1:
6
- metadata.gz: 15c080d3cfb4a396f965f48f7a91e5ef1503137f
7
- data.tar.gz: 93b0df8764e13c77c5117d5a5169e13d1b4afed2
6
+ metadata.gz: e60342caeb4df6a93be814d65e16b88fb4d623ba
7
+ data.tar.gz: b59fb83a7134a8d04fd23673d9d57c456f74c3ea
@@ -20,7 +20,7 @@ Compass::Frameworks.register('animation-studio', :stylesheets_directory => style
20
20
  # a prerelease version
21
21
  # Date is in the form of YYYY-MM-DD
22
22
  module AnimationStudio
23
- VERSION = "0.1.5"
23
+ VERSION = "0.1.6"
24
24
  DATE = "2013-12-01"
25
25
  end
26
26
 
@@ -73,7 +73,7 @@ $animation-sequence-extend: true !default;
73
73
  $frame-unit: percentage(1/($frames - 1));
74
74
 
75
75
  // Then for the starting position, multiply that by the frame. For instance... 1 = 0%, 2 = 50%, 3 = 100%
76
- $frame-position: $frame * $frame-unit;
76
+ $frame-position: ($frame - 1) * $frame-unit;
77
77
 
78
78
  background: $sprite-map 0 $frame-position no-repeat;
79
79
 
@@ -3,4 +3,4 @@ source 'https://rubygems.org'
3
3
  gem 'sass', '>=3.2.3'
4
4
  gem 'compass', '>=0.13.alpha.4'
5
5
 
6
- gem 'Animation Studio', '~>0.1.5'
6
+ gem 'Animation Studio', '~>0.1.6'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: animation-studio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Richard, Rachel Nabors