@iris.interactive/handcook 2.9.47 → 2.9.49
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.
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Welcome to HandCook 👨🍳
|
|
2
|
-

|
|
3
3
|

|
|
4
4
|
[](#)
|
|
5
5
|
[](https://twitter.com/captain\_iris)
|
package/package.json
CHANGED
package/public/index.html
CHANGED
|
@@ -417,7 +417,7 @@
|
|
|
417
417
|
</div>
|
|
418
418
|
</div>
|
|
419
419
|
</article>
|
|
420
|
-
<article data-hc-scroll-reveal-parent class="component__wrapper" style="display: grid; grid-template-columns: repeat(3, 1fr); grid-gap:30px;">
|
|
420
|
+
<article data-hc-scroll-reveal-parent data-hc-scroll-reveal-interval="300" class="component__wrapper" style="display: grid; grid-template-columns: repeat(3, 1fr); grid-gap:30px;">
|
|
421
421
|
<div style="height: 300px; background: #000"></div>
|
|
422
422
|
<div style="height: 300px; background: #000"></div>
|
|
423
423
|
<div style="height: 300px; background: #000"></div>
|
|
@@ -1 +1,21 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* IRIS Interactive
|
|
3
|
+
*
|
|
4
|
+
* NOTICE OF LICENSE
|
|
5
|
+
*
|
|
6
|
+
* This source file is no subject to a specific license
|
|
7
|
+
* but it belongs to the company IRIS Interactive.
|
|
8
|
+
* You can contact IRIS Interactive at the following
|
|
9
|
+
* address: contact@iris-interactive.fr
|
|
10
|
+
*
|
|
11
|
+
* @author Stephan JAMBOU
|
|
12
|
+
* @date 22/02/2022 14:57
|
|
13
|
+
* @copyright Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
|
|
14
|
+
*/
|
|
1
15
|
|
|
16
|
+
//ScrollReveal
|
|
17
|
+
[data-hc-scroll-reveal-parent],
|
|
18
|
+
[data-hc-scroll-reveal-child],
|
|
19
|
+
[data-hc-scroll-reveal] {
|
|
20
|
+
visibility: hidden;
|
|
21
|
+
}
|