Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Configured the PauseStep used to show the rating view as skipable whe…
Browse files Browse the repository at this point in the history
…n the rating view is skipped (#38)
  • Loading branch information
mklaehn authored Oct 2, 2023
1 parent 9356d6a commit 27c4328
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions cinema/src/main/resources/tweetwallConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,16 @@
"talkHeight": 125,
"talkVGap": 5,
"topVotedType": "TODAY",
"stepDuration": 500
"stepDuration": 500,
"skipTokenValue": "TopRatedToday"
}
},
{
"stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep",
"config": {
"unit": "SECONDS",
"amount": "15"
"amount": "15",
"skipWhenSkipped": "TopRatedToday"
}
},
{
Expand Down Expand Up @@ -119,14 +121,16 @@
"talkHeight": 125,
"talkVGap": 5,
"topVotedType": "WEEK",
"stepDuration": 500
"stepDuration": 500,
"skipTokenValue": "TopRatedWeek"
}
},
{
"stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep",
"config": {
"unit": "SECONDS",
"amount": "15"
"amount": "15",
"skipWhenSkipped": "TopRatedWeek"
}
},
{
Expand Down

0 comments on commit 27c4328

Please sign in to comment.