pageflow 12.0.0.rc1 → 12.0.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
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.
|
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,
|
data/lib/pageflow/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2017-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|