pageflow 12.0.0.rc1 → 12.0.0.rc2

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.

Potentially problematic release.


This version of pageflow might be problematic. Click here for more details.

@@ -10,7 +10,7 @@ $classic-player-controls-typography: $player-controls-typography !default;
10
10
  position: absolute;
11
11
  z-index: 2;
12
12
  pointer-events: none;
13
- @include transition(opacity 0.1);
13
+ @include transition(opacity 0.1s, visibility 0.1s);
14
14
  @include standard-typography($classic-player-controls-typography);
15
15
 
16
16
  @include desktop {
@@ -38,6 +38,7 @@ $classic-player-controls-typography: $player-controls-typography !default;
38
38
  @include transition-duration(1.5s);
39
39
  @include transition-delay(1s);
40
40
  opacity: 0;
41
+ visibility: hidden;
41
42
  }
42
43
 
43
44
  &-paused,
@@ -1,3 +1,3 @@
1
1
  module Pageflow
2
- VERSION = '12.0.0.rc1'.freeze
2
+ VERSION = '12.0.0.rc2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pageflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.0.0.rc1
4
+ version: 12.0.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codevise Solutions Ltd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-25 00:00:00.000000000 Z
11
+ date: 2017-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails