animsition icon indicating copy to clipboard operation
animsition copied to clipboard

Transition (out) animates, then content becomes visible again, THEN page changes, content visible again, THEN transition (in) animation occurs.

Open pierrerocket opened this issue 7 years ago • 6 comments

Any ideas on how to fix this?

I added opacity:0 to the class animsition targets, which fixes fade out, but fade in is still screwy.

It seems that the animation changes the opacity changes the animation down to zero, but then it jumps back to 1.

pierrerocket avatar Jun 21 '17 16:06 pierrerocket

Same problem

jackdaniel9 avatar Jul 04 '17 20:07 jackdaniel9

same here...

PhilETaylor avatar Jul 25 '17 13:07 PhilETaylor

Having the same issue.

Once the transition animation is complete, the previous page flashes before transitioning into the next page. Any solves?

bagel101 avatar Sep 02 '17 23:09 bagel101

Same issues. It seems nobody has tended to this or figured out how to fix it. I tried putting an overlay in during the transition, and all the text is seen over the overlay, so that failed. Has anybody figured this out yet? Thanks!

ghost avatar Nov 05 '17 20:11 ghost

What triggered this for me was changing the 'out of the box' .animsition class to a custom class: .transition

Reverting back to .animsition stopped the flickering from occurring.

o-o-o-o-o avatar Apr 08 '18 21:04 o-o-o-o-o

o-o-o-o-o seems to be correct, putting the animstion class on my body element instead of entering my own class in the query fixed the issue.

pierrerocket avatar Jan 24 '19 16:01 pierrerocket