stagehand icon indicating copy to clipboard operation
stagehand copied to clipboard

Modern, type-safe API for building animations on iOS

Results 13 stagehand issues
Sort by recently updated
recently updated
newest added

See [Optimizing ProMotion Refresh Rates for iPhone 13 Pro and iPad Pro](https://developer.apple.com/documentation/quartzcore/optimizing_promotion_refresh_rates_for_iphone_13_pro_and_ipad_pro).

enhancement

This adds support for interactive animations. Very much still a draft a this point. The exact requirements are still TBD (see #34). This is a proposal for one potential API,...

Adding support for interactive animations will greatly increase the variety of use cases where Stagehand can be applied. The exact requirements for what this feature should support is still an...

enhancement

We should be more consistent with the terminology we use in the project - both in the long form documentation and headerdocs, as well as some of the (private) variable...

documentation

Animation snapshot tests do not currently support per-pixel or overall tolerance, which are supported by the underlying `FBSnapshotTestCase`.

enhancement

In addition to allowing animation groups to be built up from a series of animations, we should allow for combining multiple animation groups together.

enhancement
good first issue

Updates the podspecs, package and CI for Xcode 15. ## Changes - Update min iOS deployment from `12.0` to `14.0` - Update `Scripts/build.swift` to work with Xcode 15.1 and changes...