flutter_page_transition icon indicating copy to clipboard operation
flutter_page_transition copied to clipboard

Is it possible to begin a transition from an offset?

Open robertflesch opened this issue 3 years ago • 3 comments

I want to display a popover window when an item is clicked on. But I would like to start a 300ms transition from the item's location. Lets say at an offset of 200 from the top of the screen.

robertflesch avatar Dec 13 '21 21:12 robertflesch

Yes it possible but i need to work on it .

kalismeras61 avatar Jan 22 '22 16:01 kalismeras61

@robertflesch do you want to specify the offset with pixels or with a 0..1 factor ?

karimkod avatar Feb 05 '22 13:02 karimkod

Pixels would be ideal

On Sat, Feb 5, 2022, 8:16 AM Bournane Abdelkrim @.***> wrote:

@robertflesch https://github.com/robertflesch do you want to specify the offset with pixels or with a 0..1 factor ?

— Reply to this email directly, view it on GitHub https://github.com/kalismeras61/flutter_page_transition/issues/59#issuecomment-1030623169, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJBUMR5LSXFMRIKWU5JVXTUZUPMPANCNFSM5J7HUYXA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

robertflesch avatar Feb 05 '22 15:02 robertflesch