Share Transition
class ShareTransition(startElement: ShareElement, endElement: ShareElement, targetElement: ShareElement, transition: Transition<ShareState>)
共享过渡,用于描述共享过程中共享元素里的元素的状态变化
Parameters
start Element
开始的元素
end Element
结束的元素
target Element
目标的元素,指代用于显示共享过程的元素,是前面两者其中之一
transition
共享元素过渡状态
Constructors
Link copied to clipboard
constructor(startElement: ShareElement, endElement: ShareElement, targetElement: ShareElement, transition: Transition<ShareState>)
Functions
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard