Merge pull request #8391 from Isira-Seneviratne/Use_JvmOverloads
Use JvmOverloads.
This commit is contained in:
commit
4a6654fbb8
1 changed files with 1 additions and 8 deletions
|
|
@ -300,14 +300,7 @@ private fun View.animateLightSlideAndAlpha(enterOrExit: Boolean, duration: Long,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fun View.slideUp(
|
@JvmOverloads
|
||||||
duration: Long,
|
|
||||||
delay: Long,
|
|
||||||
@FloatRange(from = 0.0, to = 1.0) translationPercent: Float
|
|
||||||
) {
|
|
||||||
slideUp(duration, delay, translationPercent, null)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun View.slideUp(
|
fun View.slideUp(
|
||||||
duration: Long,
|
duration: Long,
|
||||||
delay: Long = 0L,
|
delay: Long = 0L,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue