@everymatrix/casino-random-game 1.5.2 → 1.5.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-random-game",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "main": "dist/casino-random-game.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "c0184ad3edaaa8f9ce54289cf544bb0589ef1fbe"
39
+ "gitHead": "0515078fefc5290a183afcfb2608cf265f2322c7"
40
40
  }
@@ -65,14 +65,14 @@
65
65
  }
66
66
 
67
67
  let interval = setInterval(() => {
68
- offset -= 100;
68
+ offset -= 75;
69
69
  count++;
70
70
 
71
71
  if (count == 20) {
72
72
  slotDone = true;
73
73
  clearInterval(interval);
74
74
  }
75
- }, 100);
75
+ }, 150);
76
76
 
77
77
  if(refresh){
78
78
  //Analytics event
@@ -312,6 +312,7 @@
312
312
  .RandomGamesSliderWrapper {
313
313
  height: 170px;
314
314
  overflow: hidden;
315
+ transition: transform 400ms ease-in-out;
315
316
  }
316
317
 
317
318
  .items {