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
Hi,
I used the _transition_fade animation and saw that the top position of the new image was some pixels below the old image. because of this, the animation doesn't look nice. I fixed it in line 1473 adding 'top': '0%' in _$fade_old and the same in line line 1494 $fade_new. Adding a 'top': '0%'. Now the animation looks fine.
The text was updated successfully, but these errors were encountered:
Hi,
I used the _transition_fade animation and saw that the top position of the new image was some pixels below the old image. because of this, the animation doesn't look nice. I fixed it in line 1473 adding 'top': '0%' in _$fade_old and the same in line line 1494 $fade_new. Adding a 'top': '0%'. Now the animation looks fine.
The text was updated successfully, but these errors were encountered: