You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At NSSpain 2023, @kasper-lahti demo'd swipe actions (video). Are these available in Pow? I couldn't find them searching through the code, but maybe they're around in some develop branch somewhere? In any case, these would be really nice to use if they're not far from being complete, or if I'm missing where they are please let me know!
The text was updated successfully, but these errors were encountered:
Hey @jpsim, long time no see! Sorry I didn't get a chance to reply to this earlier, I was on my honeymoon and recovering from strep throat — I am nothing if not a man of contrasts.
I believe that Kasper built these animations independent of Pow, though I wouldn't be surprised if there was some inspiration or effects derived from the library. The effects in Pow are broken down into two distinct types, ChangeEffect and Transition. These are generally meant for moving a view from one animated state to another in a transient fashion, while many of the animations in the video are gesture-driven interactions which are being animated. You should be able to make interesting effects like this by leveraging Pow, but there isn't anything in the framework that will directly replicate the swipe effects you saw in the video.
Hope that answers your question, and if I misunderstood anything please let me know, I'd love to help figure out if there's a way I can be helpful or any improvements to the library I can make make.
At NSSpain 2023, @kasper-lahti demo'd swipe actions (video). Are these available in Pow? I couldn't find them searching through the code, but maybe they're around in some develop branch somewhere? In any case, these would be really nice to use if they're not far from being complete, or if I'm missing where they are please let me know!
The text was updated successfully, but these errors were encountered: