Gazareth
Gazareth
Further to this, there is a bunch of code in easing.js that seems to want to create a JS-based animation, but then in Animate.js a css style animation easing style...
I've managed to get bezier easing working in [my fork](https://github.com/PersnicketyGazareth/react-smooth), so I can write: ``` animationEasing= 'cubic-bezier(0.165, 0.84, 0.44, 1)' ``` And it gets passed through to the graph components...
I was just wondering if it's possible to create plugins that are distributed externally to this repo. I am happy to use user hooks for now, but if I wanted...
Your idea would work for minimal changes to posession, however I think ultimately it'd be better to have something more akin to telescope's plugin model, where the consumer uses this...
After seeing [This issue](https://github.com/llde/Oblivion-Script-Extender/issues/54) in the OBSE fork, I've started using ExtractArgsEx, from the Script Interface (as shown in the obse example plugin) and I am able to compile. Although,...
Ah excellent, thank you. This should do what I need for now. I do still think it might be worth having a more explicit indicator that we are in a...
I was thinking `projections` could keep track internally when the switcher or session loader is used to load into a project. It could set a variable to the directory of...
Forgive me if I am mistaken but I don't think the restore hook is called when loading a project for the first time, since there will be no session yet....
I'm having the same issue, I wasn't aware of `alt-focus-hack`, but enabling it seems to fix the issue
That's great to hear. More robust animation control would be amazing! In the meantime, I've put together some example code & documentation which aims to show how `ToggleSpecialAnim` can be...