GitXplorerGitXplorer
t

compose-animation-playground

public
138 stars
8 forks
0 issues

Commits

List of commits on branch master.
Verified
45aead1fc9ad9e3ad83e070d258ebf38cabcec32

Merge pull request #1 from mertceyhan/feature/infinite-transition

ttheapache64 committed 2 years ago
Unverified
9284f47ac2ea7357a52829d8b18146c09ac30973

Add rememberInfiniteTransition demo

mmertceyhan committed 2 years ago
Verified
25b3d65eefef4cecc6bee4700649969e93e4434e

Update README.md

ttheapache64 committed 2 years ago
Unverified
39acaf91224345f663ea5d8e8e9c3652681584b3

🐛 fix event issue

ttheapache64 committed 2 years ago
Unverified
afb5223e5bc5d40c52abebf5d8a452eaee1d07c7

🐛 fix hilt issue

ttheapache64 committed 2 years ago
Unverified
51df2fbf8339c9e320dfe5c9c9d110265bdc8871

⬆️ bump deps

ttheapache64 committed 2 years ago

README

The README file for this repository.

compose-animation-playground

buildStatus latestVersion Twitter: theapache64

A simple playground app I created to try compose animation

https://user-images.githubusercontent.com/9678279/198839537-2794bac0-8075-470b-9c4d-aea9bc9d719c.mp4

✍️ Author

👤 theapache64

Feel free to ping me 😉

🤝 Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Open an issue first to discuss what you would like to change.
  2. Fork the Project
  3. Create your feature branch (git checkout -b feature/amazing-feature)
  4. Commit your changes (git commit -m 'Add some amazing feature')
  5. Push to the branch (git push origin feature/amazing-feature)
  6. Open a pull request

Please make sure to update tests as appropriate.

❤ Show your support

Give a ⭐️ if this project helped you!

Patron Link Buy Me A Coffee

☑️ TODO

  • [ ] AnimationScreen("Reusable updateTransition") { TODO() }
  • [ ] AnimationScreen("TargetBasedAnimation") { TODO() }
  • [ ] AnimationScreen("animationSpec : spring") { TODO("Demo dampingRatio and stiffness with tabs maybe") }
  • [ ] AnimationScreen("animationSpec : tween") { TODO("Demo with two boxes and custom controls") }
  • [ ] AnimationScreen("animationSpec : keyframes") { TODO("Demo with two boxes and custom controls") }
  • [ ] AnimationScreen("animationSpec : repeatable") { TODO() }
  • [ ] AnimationScreen("animationSpec : infiniteRepeatable") { TODO() }
  • [ ] AnimationScreen("animationSpec : snap") { TODO() }
  • [ ] AnimationScreen("animationSpec : Easing") { TODO() }
  • [ ] AnimationScreen("Custom AnimationVector") { TODO() }
  • [ ] AnimationScreen("Gesture Animation : SwipeToDismiss") { TODO() }

📝 License

Copyright © 2021 - theapache64

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

This README was generated by readgen