Skip to content

support for "text" elements #22

@asaeed

Description

@asaeed

Hi,

Great lib - but wondering why there isn't support for svg text elements, and if there is any plan to add support.

html:

    <svg id="t2">
        <text x="250" y="250" fill="none" stroke="#ffffff" style="stroke-width: 1px;">Test</text>
    </svg>

js:

    var v_text2 = new Vivus('t2', { type: 'delayed', duration: 200, start: 'autostart' });

This example makes me think it should be doable, but i'm very new to svg stuff so maybe I'm missing something:
http://codepen.io/yoksel/pen/XJbzrO

Thanks!

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