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
The transition is being matched & run, but I'm noticing that if I click the button then click it again, there is a this.oldElement, but I don't get it with its transitioning values. In other words, if the opacity is at 0.33 when I click the button the second time, in normal Liquid Fire situations I would be able to see that (and thus smoothly transition from the intermediate state back to the initial state). But here I think something is being re-rendered, because this.oldElement doesn't have any of those intermediate values.
Any idea why, or is that re-rendering behavior an expected part of the implementation?
The text was updated successfully, but these errors were encountered:
Just curious if you've seen this before. I'm trying out this simple inline transition
with a simple toggle
The transition is being matched & run, but I'm noticing that if I click the button then click it again, there is a
this.oldElement
, but I don't get it with its transitioning values. In other words, if the opacity is at0.33
when I click the button the second time, in normal Liquid Fire situations I would be able to see that (and thus smoothly transition from the intermediate state back to the initial state). But here I think something is being re-rendered, becausethis.oldElement
doesn't have any of those intermediate values.Any idea why, or is that re-rendering behavior an expected part of the implementation?
The text was updated successfully, but these errors were encountered: