Skip to content

Blur effect applied after a few hundred milliseconds #19

@ivevasiljevic

Description

@ivevasiljevic

Please complete the following information:

  • Library Version 0.1.2
  • Google Pixel 4a 5G, Android v.14

Describe the Bug:

I applied a blur effect to my Text Composables as such:

Cloudy { Text( modifier = Modifier.padding(2.dp), text = stringResource(id = previewTransaction.companyName), style = Typography.b1MediumTextStyle, color = Grey500 ) }

As it turns out after my loading indicator is gone, and the content is showed, the effect takes a bit of time to show up, or to be applied. I am wondering why is this happening. Is the implementation intended as such?

Expected Behavior:

I expect the blur effect to be applied immediately, or calculated as the views are being composed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions