Oscar Lorentzon
d11f278d43
Simplify z-index approach.
...
Interactive (e.g. navigation, attribution) element have z-index 10.
Overlayed elements (slider, route bubble) have z-index 20.
Filling elements have z-index -1 to 9.
Cover have z-index 100.
Special elements (debug) have z-index 50.
Do not change z-index in server cssnano plugin (z-index are not
changed when built from npm script).
2016-08-26 13:22:25 -04:00
Oscar Lorentzon
469c9e7468
Add methods for sequence configuration.
...
Use media hover feature to avoid showing hover on touch devices.
2016-07-05 16:24:34 -04:00
Kamil Nikel
bb3958da3f
Rename: .icon -> .SequenceComponentIcon
...
Fix #149
2016-06-17 16:03:19 +02:00
Oscar Lorentzon
cbc9e56d24
Show icons for disabled and highlighted states.
2016-06-07 14:23:13 +02:00
Kamil Nikel
d5a7246bf1
Update stepper styles
2016-06-02 18:28:18 +02:00
Oscar Lorentzon
150b767e30
Resize sequence container dynamically.
2016-06-02 14:43:34 +02:00
Oscar Lorentzon
de89e93c99
Use flexbox to position sequence buttons.
2016-06-02 14:13:31 +02:00
Oscar Lorentzon
205d6316ac
Highlight sequence step button for requested key.
...
Add highlight key property to sequence configuration.
Use configuration value in DOM rendering to set class name.
2016-06-02 10:16:52 +02:00
Oscar Lorentzon
6f45bfc0fb
Render sequence steppers and play button.
...
Set configuration when playing reaches last node in direction.
2016-06-02 10:16:52 +02:00
Oscar Lorentzon
692af13de3
Move sequence arrows to its own component.
...
Sequence component is active by default.
2016-02-25 15:41:51 +01:00