Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Last active April 6, 2025 19:38
Show Gist options
  • Save zsoltk/c73503ff8988e5f411561dbeeae29a39 to your computer and use it in GitHub Desktop.
Save zsoltk/c73503ff8988e5f411561dbeeae29a39 to your computer and use it in GitHub Desktop.
// Scaled down to 0% (not visible)
private val queued = Props(
scale = 0f,
)
// Scaled down to 85%
private val bottom = Props(
scale = 0.85f,
)
// Scale 100%
// Should also be rendered above the bottom card (zIndex)
private val top = Props(
scale = 1f,
zIndex = 1f,
)
// Should be off the screen with offset and rotation
// + should be rendered above the next top card
private val votePass = Props(
offsetX = (-(1500).dp,
rotationZ = -270f,
zIndex = 2f,
)
// Should fly off the screen with offset and rotation
// + should be rendered above the next top card
private val voteLike = Props(
offsetX = 1500.dp,
rotationZ = 270f,
zIndex = 2f,
)
@JenyaMirnenko
Copy link

I understand that you are developing dating sites. You have probably studied your competitors. Which sites can you recommend as good?

@MaksimLenivenko
Copy link

I would also be interested to know

@DimaMakuha
Copy link

I don't usually use dating sites, but loneliness can be a burden sometimes, especially when everyone around me is in a relationship. I didn't believe that dating sites worked, but curiosity got the better of me. The site luvishere.com turned out to be unexpectedly cozy - no bots, normal people, clear functionality. After a month of communication, I found a person I wanted to spend time with. Maybe it's fate?

@JenyaMirnenko
Copy link

Well, by the way, it's not a bad option.

@MaksimLenivenko
Copy link

I've never used dating sites before and I want to try it for the first time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment