DrewNaylor / Retiled

An attempt at creating a "desktop" environment mainly for Linux phones and tablets that's similar in function to some parts of Microsoft's Windows Phone 8.x, primarily the Start screen, Search app, navigation bar, Action Center, and the status bar. Development is mainly being done using the PinePhone, so that'll be the main supported device.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add to the long document: I found a thing on how to apply animations to each item on a page when showing that page, kinda.

DrewNaylor opened this issue · comments

It's not as easy as in XAML I guess, but it'll have to do. This involves adding the animation to each element that needs it, but this will probably be a lot to add so maybe I can have separate QML files for different types of animations and have them wrapped in Item elements or something? Only thing is I need to ensure the transition where an element goes from one page to another smoothly has the right kind of animation, and it may be necessary to have final positions specified or something? Or maybe there's a simpler way to do it? Here's the page:

https://stackoverflow.com/questions/13496498/qml-how-to-apply-animation-to-all-elements-in-a-page