Skip to content

Commit

Permalink
#27: bugs fixed in github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
evaristocuesta committed Aug 15, 2021
1 parent 451523d commit a095388
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ window.onload = function initialize() {
image: imagejh2,
particleType: 'led-matrix',
type: 'random',
speed: 6,
transitionTime: 5000
transitionTime: 2000,
idleTime: 5000,
ledSize: 4
});
pict2pix.animate({
image: imageay,
Expand Down
2 changes: 1 addition & 1 deletion docs/js/led-matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const imagejh = document.getElementById('image-jh');

window.onload = function initialize() {
pict2pix.animate({
image: imagejh2,
image: imagejh,
particleType: 'led-matrix',
type: 'random',
transitionTime: 2000,
Expand Down
2 changes: 1 addition & 1 deletion docs/led-matrix.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h3 class="fw-light">Setting up Led Matrix Effect</h3>

window.onload = function initialize() {
pict2pix.animate({
image: imagejh2,
image: imagejh,
particleType: 'led-matrix',
type: 'random',
transitionTime: 2000,
Expand Down

0 comments on commit a095388

Please sign in to comment.