Add todo section
Browse files
readme.md
CHANGED
@@ -244,6 +244,18 @@ activeElement.getNode(); // Gets the DOM Element behind this element
|
|
244 |
|
245 |

|
246 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
247 |
## Contributions
|
248 |
|
249 |
Feel free to submit pull requests, create issues or spread the word
|
|
|
244 |
|
245 |

|
246 |
|
247 |
+
## Todo
|
248 |
+
|
249 |
+
- [X] Single elment highlighting
|
250 |
+
- [X] Popovers on the highlighted elements
|
251 |
+
- [X] Add smooth transition on changing highlighted elements
|
252 |
+
- [X] Multi-step Journey Definitions
|
253 |
+
- [X] Make it controllable by keyboard
|
254 |
+
- [X] Bring highlighted element to viewport
|
255 |
+
- [ ] Add type definitions
|
256 |
+
- [ ] Create wrappers for Angular and React
|
257 |
+
- [ ] Write tests
|
258 |
+
|
259 |
## Contributions
|
260 |
|
261 |
Feel free to submit pull requests, create issues or spread the word
|