Riku23 0 Posted October 25 (edited) The SwipeTransitionEffect does not work correctly in the Right to Left direction, it seems MousePoint cannot go negative. exp. SwipeTransitionEffect1.CornerPoint := TPointF.Create(250, 300); Bottom Right Corner of the image SwipeTransitionEffect1.MousePoint := TPointF.Create(-50, 250); Does not work correctly! Worked ok in 11.3 and before SwipeTransitionEffect1.CornerPoint := TPointF.Create(0, 300); Bottom Left Corner of the image SwipeTransitionEffect1.MousePoint := TPointF.Create(300, 250); Here it works as it should. Does anyone know if there are any changes made to the FMX Filters in Patch 1? Edited October 25 by Riku23 Share this post Link to post
vfbb 285 Posted October 25 @Riku23 Can you attach a demo? Are you using Skia? I’m asking this because Skia is rendering its own filters on RAD 12+, so you can get different results when Skia is enabled. Let me know if this is the case. Share this post Link to post
Riku23 0 Posted October 26 Attached you'll find a test project SwipePageTest.rar. There is no diff between enabling Skia or not. Share this post Link to post
Riku23 0 Posted November 7 So, as there are no additional thoughts on this topic, am I right to consider this a BUG and report it or is there smth. I'm missing? Share this post Link to post