Example for API

This commit is contained in:
2018-12-13 10:55:35 +09:00
parent cf4ad2b1cc
commit cce4b1f186
3 changed files with 23 additions and 6 deletions

View File

@ -26,4 +26,9 @@
height: 10px;
border-radius: 50%;
cursor: pointer;
display: none;
}
#point-container.start .point {
display: inherit;
}