Jump to content
Riku23

SwipeTransitionEffect Right2Left broken?

Recommended Posts

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 by Riku23

Share this post


Link to post

@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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×