(Sorry, i cant provide any code of what i am asking, because i dont really know where to start.)
About the Meaningful Transitions point in the Material design guidelines.
I m very interested in creating such smooth transition inside my web apps (especially the one where the profile picture goes from an activity to another), but i wonder how to do it using html?
- Is CSS3 transition enough to do it (which style-property should i use to move an element straightforward)?
- Should i use JS/Dart to move the "shared view element" using the weird coordinates system?
- Can it works on dynamic/scrolling layout or should i forget about it?
- Is there any tips to move visually an node from a container to another in a smooth transition?
In a nutshell, Is HTML ready for such of stuff (any code/documentation would be appreciated)? Should we wait for some polymer tools to do this? Or should we simply dont do this in web?