Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Implement [Spinner] particle type and missing properties #231

Open
@grzegorzdec

Description

@grzegorzdec
Name Type Default Value Required Description
type string n/a The loading spinner type (sprite-animation or particle-package).
resourceId number 0 The resource ID.
resourcePath string '' The resource path in the resource (optional).
height number 0 The height of the loading spinner (optional).
Name Type Default Value Description
value number Sets a normalized value between 0-1 for loading completeness, with 0 being no progress and 1 fully complete. This is used only when the loading spinner is determinate.
size vec2 Sets the loading spinner size. This affects the visual scale of all sprite-based loading spinners but has no affect on the visual scale of a particle-based spinner. Modify the particle files directly to adjust the particle effect size. This does affect, and should be used to adjust, the bounds of all loading spinners.

Metadata

Metadata

Assignees

No one assigned

    Labels

    AndroidRelated to Android platform.DocumentationiOSRelated to iOS platform.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions