Am I trippin' or is this animation absolutely not behaving like intended ?
I was trying to fix some animation problem and somehow got down to this weird behavior :
I'm probably too tired and missed something obvious but I can't figure why the position animation keeps repeating even though it's not set as repeatForever. I've used the animation(Animation, Value) modifier that is supposed to limit context merge. Try it out and tell me if you get the same result!
Solution:Jump to solution
Ok for those interested I found a workaround :
using scaleEffect instead of frame seems to fix the problem
Not sure why this works but I guess it has to do with the fact that the view's frame is used to determine its position in the parent view...
1 Reply
Solution
Ok for those interested I found a workaround :
using scaleEffect instead of frame seems to fix the problem
Not sure why this works but I guess it has to do with the fact that the view's frame is used to determine its position in the parent view