-
## Sprint 17
Voor sprint 17 moeten we creative coding spike gaan doen. Dit houdt in dat we op https://conceptroulette.fdnd.nl/ een thema moeten uitzoeken. Ik heb insane blurs and gradients gekregen u…
-
```
Timeline._Band.prototype.scrollPrev = function() {
this._autoScroll(this._timeline.getPixelLength());
}
Timeline._Band.prototype.scrollNext = function() {
this._autoScroll(-this._timelin…
-
```
Timeline._Band.prototype.scrollPrev = function() {
this._autoScroll(this._timeline.getPixelLength());
}
Timeline._Band.prototype.scrollNext = function() {
this._autoScroll(-this._timelin…
-
```
Timeline._Band.prototype.scrollPrev = function() {
this._autoScroll(this._timeline.getPixelLength());
}
Timeline._Band.prototype.scrollNext = function() {
this._autoScroll(-this._timelin…
-
```
Timeline._Band.prototype.scrollPrev = function() {
this._autoScroll(this._timeline.getPixelLength());
}
Timeline._Band.prototype.scrollNext = function() {
this._autoScroll(-this._timelin…
-
```
Timeline._Band.prototype.scrollPrev = function() {
this._autoScroll(this._timeline.getPixelLength());
}
Timeline._Band.prototype.scrollNext = function() {
this._autoScroll(-this._timelin…
-
```
Timeline._Band.prototype.scrollPrev = function() {
this._autoScroll(this._timeline.getPixelLength());
}
Timeline._Band.prototype.scrollNext = function() {
this._autoScroll(-this._timelin…
-
Currently the time axis plot is ephemeral state that lives entirely in `egui_plot`. I.e. users can not set it from blueprint api and any left/right scrolling that has been manually is not stored in th…
-
Probably related to #6, this feature would allow users to save a timeline as a json file with the applied filters, selected property, and groups. Users could then close the view, and later reopen tha…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like…