scrollytelling-navigation 1.15.0 → 1.15.1
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 +4 -4
- data/README.md +10 -4
- data/lib/scrollytelling/navigation/version.rb +1 -1
- data/lib/scrollytelling/navigation/widget_type.rb +1 -1
- data/scrollytelling.png +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42f3a0fefad2065d5e3a95aec623778e97bb9bcd
|
|
4
|
+
data.tar.gz: e8e687c3dbff06dfca61114e4a6c4aad1743523d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd9fcba937443350e81d5b9718988e66f64d088eef69141d1b01a0d738ac0a6f080860aed200c17559d254c6e4a2604baef72bdddf1aa55e580bf60c46948863
|
|
7
|
+
data.tar.gz: 06e445efa7d22c21affe2c87365d9cc2d718884df28a090868cbb3ad3df92242ff31aa8b0e593517207ce6cc3be8d1e11e1cd2012d56b1cfc726e07b92ad7d2b
|
data/README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
# Scrollytelling
|
|
1
|
+
# Scrollytelling Navigation
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+

|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[www.scrollytelling.io](https://www.scrollytelling.io/)
|
|
6
|
+
|
|
7
|
+
This [Pageflow](https://github.com/codevise/pageflow) plugin replaces the default navigation with our version.
|
|
8
|
+
|
|
9
|
+
The Scrollytelling navigation uses dots to show *progress* instead of thumbnails.
|
|
6
10
|
|
|
7
11
|
### This is the 1-13-stable branch
|
|
8
12
|
|
|
@@ -22,7 +26,9 @@ gem 'scrollytelling-navigation'
|
|
|
22
26
|
|
|
23
27
|
Bundle the plugin with your application by typing this on the command line:
|
|
24
28
|
|
|
25
|
-
$ bundle
|
|
29
|
+
$ bundle install
|
|
30
|
+
|
|
31
|
+
[](https://asciinema.org/a/MM9Vb8OuUO5b44PhANCf4IiSt)
|
|
26
32
|
|
|
27
33
|
## Usage
|
|
28
34
|
|
data/scrollytelling.png
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scrollytelling-navigation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.15.
|
|
4
|
+
version: 1.15.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joost Baaij
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-08-
|
|
11
|
+
date: 2017-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pageflow
|
|
@@ -126,6 +126,7 @@ files:
|
|
|
126
126
|
- lib/scrollytelling/navigation/version.rb
|
|
127
127
|
- lib/scrollytelling/navigation/widget_type.rb
|
|
128
128
|
- scrollytelling-navigation.gemspec
|
|
129
|
+
- scrollytelling.png
|
|
129
130
|
homepage: https://github.com/scrollytelling/scrollytelling-navigation
|
|
130
131
|
licenses:
|
|
131
132
|
- MIT
|