-
Updated
Jul 8, 2020 - Swift
layouts
Here are 158 public repositories matching this topic...
-
Updated
Apr 18, 2020 - Java
As windows are opened, the Wiki says they are tiled like this:
(1) (2) (3)
+---+---+---+ +---+---+---+ +---+---+---+
| | | | | | | | | | | |
| 1 | | | -> | 2 | 1 | | -> | 3 | 2 | 1 | ->
| | | | | | | | | | | |
+---+---+---+ +---+---+---+ +---+---+---+
(4)
-
Updated
Jun 23, 2020
-
Updated
Jul 5, 2019 - JavaScript
-
Updated
Mar 30, 2020 - Java
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Mar 26, 2020 - Kotlin
-
Updated
Jun 10, 2018 - Java
-
Updated
Jan 7, 2016 - JavaScript
Based on the examples and reading the source code, it looks like SharedElementTransitionGroup relies on the child component stating ref={this.props.innerRef} on the HTML container of the moving elements. Omitting this causes no transition to occur.
Aside: Would it be possible to use findDOMNode instead of the prop? I was trying to use a SharedElementTransitionGroup wrapped around some
-
Updated
Jul 16, 2020 - HTML
-
Updated
Aug 26, 2018 - JavaScript
-
Updated
Jan 1, 2018 - JavaScript
-
Updated
Apr 11, 2019 - JavaScript
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
May 19, 2020 - HTML
-
Updated
Nov 11, 2017 - HTML
-
Updated
May 16, 2018 - PHP
-
Updated
Apr 20, 2017 - TypeScript
-
Updated
Jan 7, 2019 - Objective-C
-
Updated
May 30, 2020 - Kotlin
-
Updated
Feb 14, 2019 - Java
Improve this page
Add a description, image, and links to the layouts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the layouts topic, visit your repo's landing page and select "manage topics."
In the code, the example shows the name being constrained to the top:
With the avatar being constrained below it:
But the gif shows it constrained to the bottom with the avatar above it.