@widelab-nc/widehue 1.0.37 → 1.0.38
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/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
- package/src/index.js +2 -2
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -1299,9 +1299,9 @@ window.animationTest3 = function(root) {
|
|
|
1299
1299
|
|
|
1300
1300
|
|
|
1301
1301
|
window.animationTest4 = function(root) {
|
|
1302
|
-
const hoverWrappers = root.querySelectorAll('.
|
|
1302
|
+
const hoverWrappers = root.querySelectorAll('.h-wrapper');
|
|
1303
1303
|
const hoverMasks = root.querySelectorAll('.hover-mask');
|
|
1304
|
-
const hoverTitles = root.querySelectorAll('.
|
|
1304
|
+
const hoverTitles = root.querySelectorAll('.h-title');
|
|
1305
1305
|
|
|
1306
1306
|
// Stałe rozmiary bg-video
|
|
1307
1307
|
const VIDEO_WIDTH = 380;
|