-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transitions don't work on Electron #4894
Comments
I tested by adding |
Hey, Here's my steps to reproduce :
The output from Then I edit the
Here's a link to the whole file on Gist : Here. I run Tested on Mac 10.11.6 (El Capitan). Regards, Romain. |
I did a little screencast so you can see what I am experiencing : |
Can you try using the latest version of electron, please? |
I tried with Electron 1.6.0 and I have the same problem. I didn't find how to use
Are you on Mac? Which OS version? Also I have this error on the console :
I don't think it's linked because that error doesn't show up on my app and still transitions don't work. Just to be clear, it works on Chrome and Safari without any issue. Thanks for looking into it! 😊 |
I have Sierra (10.12.3)
Well, that's weird. Could it be you have an older non-supported version? Not sure about how to clean that cache, though |
Hey, I figured out I just needed to type that on the inspector console, I previously did a
I tested on Windows and Linux and it worked without any issue. It's just strange it doesn't work on my platform which is only 1 version behind the current Mac OS release. Do you have any hint? If you don't, please close the issue as it works like a charm on other platforms. Romain. |
I'm sorry, I really don't know what may be causing that... |
@snapeuh Same issue on OS X 10.12.5. It works after adding a duration, e.g. |
Same fail |
Same on OSX 10.11.6 |
Thanks @JanGunzenhauser, it works with duration. #4894 (comment) |
Strange, same issue with Unfortunately I can't use the duration workaround, since I'm using vuetify's transitions: The in transition works but the out transition doesn't... |
Same issue with Transitions works only when duration is bigger than |
After some while I found the problem: I submitted a PR to fix this. |
Hello,
I am using Vue for my app and I packaged it as an Electron app. Unfortunately I noticed that the transitions weren't working on Electron (while it is on Chrome or Safari).
I loaded the documentation page about Transitions on
electron-quick-start
(on Github) and most examples don't work.I am using a transition with a dynamic name in
out-in
mode. I tested on a Mac.Any hint on why it doesn't work on Electron?
Regards,
Romain.
The text was updated successfully, but these errors were encountered: