angular / material

Material design for AngularJS
https://material.angularjs.org/
MIT License
16.55k stars 3.39k forks source link

Animated Pages #303

Closed ntenisOT closed 9 years ago

ntenisOT commented 9 years ago

Hello and thanks for this awesome repo,

I would like to ask if there are any examples related to Polymer's animated pages ( http://www.polymer-project.org/docs/elements/core-elements.html#core-animated-pages ) and how we can build a similar demo using the resources provided in this repo.

I would like to achieve http://www.polymer-project.org/components/core-animated-pages/demos/music.html but I don't want to use Polymer since I would like to use Angular.

Can you please provide me some directions in order to start? I will also try to contribute the demo back since I finish it as I think it will be advantageous for a lot of people.

ThomasBurleson commented 9 years ago

Development on Angular Material components are still in-progress. While most of the components are quite stable, you should consider this SDK to be in Alpha phases.

Features such Animated-Pages are a core piece of UX that we are addressing right now; and are not yet available for public preview.

ntenisOT commented 9 years ago

Thanks a lot for your response.

danzatt commented 9 years ago

Are there any news ?

ThomasBurleson commented 9 years ago

The Animation team is working on features to support complex choreographies and meaningful transitions. Here is another example of some of the UX we want to support: Meaningful Transitions for Visual Continuity.

We do not expect to announce anything on this until late Q1 2015.

brianfeister commented 9 years ago

@ThomasBurleson I know this is not really available for public preview yet, but in terms of architecture, I'm building with Angular Material and wanted to know if the feature we're discussing here (Animated State Transitions) would support arbitrary UI routing? In other words, should I just build separate pages without transitions now and then later be able to add transitions via a not-yet-final API your team is working on?