-
```
Timeline._Band.prototype.scrollPrev = function() {
this._autoScroll(this._timeline.getPixelLength());
}
Timeline._Band.prototype.scrollNext = function() {
this._autoScroll(-this._timelin…
-
The timeline should support folders as well: the timeline of a file X is equivalent to `gitk -- X`, and the timeline of a folder X should be equivalent to `gitk -- X`.
-
takes over 1s sometimes.. how to profile wpf apps and startup time..?
https://docs.microsoft.com/en-us/visualstudio/profiling/application-timeline?view=vs-2019
https://stackoverflow.com/a/33532790…
-
Needs a real database on backend to:
- Keep card positions synced between devices and after reloads
- Store the predefined controller (with associated data) and position lists
Position logging wo…
-
### Issue description or question
I've only briefly seen Wallaby V2 and I think it has lots of potential, I also really appreciate (as a Sublime Text user) some of the features like reverse debuggi…
-
**Is your feature request related to a problem?**
I would like to view the traces/spans in a timeline graph based projection to be able to observe trends and spikes
**What solution would you like…
-
Hi,
First of all, thank you for creating this amazing library! I was wondering if you have any plans to develop a timeline calendar component, similar to those used in project management or booking…
-
-
Following up on #8282, scroll-driven animation primitives like `view()` are useful for any scroll-related behavior, such as setting `view-transition-name` only when an element is in the viewport.
…
noamr updated
3 weeks ago
-
# The problem
With Scroll-Driven Animations, authors often want to run animations offsetted against one of the segment edges. For example, to run an animation up to "100px from the start of the ran…