You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2021. It is now read-only.
I started to integrate TransitionScheduler with Red Moon, so I could test whether it actually works, but quickly ran into an issue: Red Moon runs its (1 second) transition animationinside the FilterService, whereas TransitionScheduler starts the transition directly.
@fython@corphish I haven't spent that much time exploring the architecture of your apps — would they run into a similar issue, or does the current implementation work for you?
Since Transition is now a separate class, I could just use that portion of the library in Red Moon, if the current implementation works for you. Otherwise, we'll need to change the library's approach.
The text was updated successfully, but these errors were encountered:
I started to integrate
TransitionScheduler
with Red Moon, so I could test whether it actually works, but quickly ran into an issue: Red Moon runs its (1 second) transition animation inside theFilterService
, whereasTransitionScheduler
starts the transition directly.@fython @corphish I haven't spent that much time exploring the architecture of your apps — would they run into a similar issue, or does the current implementation work for you?
Since
Transition
is now a separate class, I could just use that portion of the library in Red Moon, if the current implementation works for you. Otherwise, we'll need to change the library's approach.The text was updated successfully, but these errors were encountered: