mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-27 22:45:25 +00:00
button
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="./css/styles.css">
|
||||
</head>
|
||||
<body style="margin:0;" onclick="manualToggleSettings()">
|
||||
<body style="margin:0;" >
|
||||
<canvas id="myCanvas"
|
||||
style="display: block;box-sizing: border-box;" ></canvas>
|
||||
<div id="toolbar">
|
||||
@@ -33,6 +33,9 @@
|
||||
<button onclick="ForwardFrame()">></button>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<button onclick="manualToggleSettings()" class="button">Show/hide</button>
|
||||
</div>
|
||||
</body>
|
||||
<script src="./js/helper.js" type="text/javascript"></script>
|
||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
|
Reference in New Issue
Block a user