Skip to content
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

Images gets transparent on transition start #56

Open
gregorvoinov opened this issue Dec 19, 2018 · 1 comment
Open

Images gets transparent on transition start #56

gregorvoinov opened this issue Dec 19, 2018 · 1 comment

Comments

@gregorvoinov
Copy link

Hi,

I'm using vue-overdrive, but under the hood it uses your ramjet. So maybe you can help me ;)

I have done a screencast to demonstrate the problem. As you can see in the video, if I click an image it fades everything out and then beginns to fade in the image again. I have done also a small sandbox example

In vue-overdrive the ramjet magic happens there

  ramjet.hide(clone)
  ramjet.hide(this.$el.firstChild)
  ramjet.transform(clone, this.$el.firstChild, opts)

I have allready tried out to set the opacity manually

this.$el.firstChild.style.opacity = 1
clone.opacity = 1

This is the whole file

I've seen that on the elements the style opacity: 1 is set, but I do not put this by myself, maybe it has something to do with that behavior?
image

I have updated ramjet from 0.5.0 to 0.6.0-alpha, because I have seen that there are some updates about opacity.

Do you think that's more a vuejs/vue-overdrive problem or more related to ramjet?

@mattrothenberg
Copy link

@gregorvoinov I think I've identified a fix for this issue, and I'm fairly certain it's related to overdrive, not Ramjet. Stay tuned for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants