Open djcross opened 10 years ago
Hi. I am the UI designer of this project.
Thanks for the quick response @nilsbyte :)
es-app/src/views/SystemView.cpp
would achieve this. I'm trying a compile now but I'm not too hopeful due to this being the first cpp project I've looked at. Will keep tinkering though and see how I go. tedious work when I am waiting for slow compiles on my pi ;)es-app/src/views/SystemView.cpp
to be a much lower value than 2000 would be preferable for me.playViewTransition
in es-app/src/views/ViewController.cpp
- in my case I could potentially compile without the if
so that it always uses fade.I also think that a 'none' would be a nice options for a transition effect, but I feel that it might actually be simpler to just allow the changing of the fade effect times inside a theme template.
Hey @djcross
Hmm. A override for transitions from a theme element... sounds interesting, in addition to the 'none' option. I will discuss this with @Aloshi. Thanks!
Thanks @nilsbyte
I'm wondering if there is a way to have finer control over the behaviour of the screen transitions.
My ideal situation would be:
I'm trying to dig into the code but I'm a complete n00b at cpp, so any pointers appreciated.
I am using the unstable branch