feat: tweaks to markers logic and design

This commit is contained in:
Sam Potts
2022-04-18 20:15:23 +10:00
parent 565b68a5e2
commit 1d4869beee
11 changed files with 127 additions and 148 deletions

View File

@ -81,15 +81,15 @@ import toggleClass from './toggle-class';
points: [
{
time: 10,
tip: 'first marker',
label: 'first marker',
},
{
time: 40,
tip: 'second marker',
label: 'second marker',
},
{
time: 120,
tipHTML: '<strong>third</strong> marker',
label: '<strong>third</strong> marker',
},
],
},