Skip to content

Cannot animate to opacity: 0 #24

@evelant

Description

@evelant

This will do nothing when the state activates:

WhenState(inactiveState, {opacity: 0})

whereas this will animate

WhenState(inactiveState, {opacity: 0.01})

I'm guessing there's an if(value) somewhere where there should be an if(typeof value == "number")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions