Skip to content

Commit

Permalink
paxos Demonstration
Browse files Browse the repository at this point in the history
  • Loading branch information
shihuili1218 committed Jul 30, 2022
1 parent ac5af80 commit 79f5bf5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions paxos/scripts/frames/learn.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,14 @@ define(["../model/log_entry"], function (Proposal) {
.after(800, function () {
frame.model().controls.show();
})
.after(100, wait).indefinite()

.then(function () {
.after(50, function () {
frame.model().title = frame.model().subtitle = "";
layout.invalidate();
})

.after(300, function () {
frame.snapshot();
player.next();
})

Expand Down

0 comments on commit 79f5bf5

Please sign in to comment.