Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justalever/turbo_view_transitions
A demo of the new Turbo 8 view transition features
https://github.com/justalever/turbo_view_transitions
animation css rails turbo turbo-rails viewtransitions
Last synced: 4 days ago
JSON representation
A demo of the new Turbo 8 view transition features
- Host: GitHub
- URL: https://github.com/justalever/turbo_view_transitions
- Owner: justalever
- Created: 2024-02-11T17:47:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T19:07:20.000Z (11 months ago)
- Last Synced: 2024-10-09T13:12:13.931Z (3 months ago)
- Topics: animation, css, rails, turbo, turbo-rails, viewtransitions
- Language: Ruby
- Homepage: https://webcrunch.com/posts/view-transitions-rails
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![View Transitions Rails Thumbnail](https://f001.backblazeb2.com/file/webcrunch/view-transitions-rails-turbo-8.jpg)
# Digging into View Transitions with Turbo 8 and Rails
This is a super quick tutorial to show you the new ViewTransition API that ships with Turbo 8, which was released recently.
View Transitions are a neat way to add more fluidity between views in your app. With Rails and Turbo 8, adding this effect is pretty straightforward. The most challenging obstacle is understanding the CSS side of the equation.
Let’s dive in and start experimenting.
- [Read the full tutorial here](https://webcrunch.com/posts/view-transitions-rails)
- [Watch the video tutorial](https://youtu.be/gdePV0Beihg)