MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / flipBreak

Function flipBreak

assets/js/StudyTimer_1.js:56–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54
55}
56const flipBreak=()=>
57{
58 insession=true
59 inbreak= false
60 displayedSession=true;
61 timer_session.style.display='block';
62 timer_break.style.display='none';
63 timer_break.style.transform='rotateY(180deg)';
64}
65const updateTitle= function()
66{
67 if(inbreak)

Callers 1

startClockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected