Sharing

data class Sharing(val progress: Float) : ShareState

sharing 手势触发时,将由手势控制共享的过程,progress则是手势的进度, 目前手势只能控制后退时的共享元素变化

Constructors

Link copied to clipboard
constructor(progress: Float)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open infix fun Float.with(target: Float): Float