Skip to content

NaN when animating rgb() color value #58

@varrg

Description

@varrg

testcase: http://jsfiddle.net/qz5jcoaw/

seems to originate from https://github.com/ded/morpheus/blob/master/morpheus.js#L369

possible fix:

change: (https://github.com/ded/morpheus/blob/master/morpheus.js#L367)

typeof tmp == 'string' && tmp.charAt(0) == '#' ?

to:

typeof tmp == 'string' && rgbOhex.test(tmp) ?

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