Skip to content

Typing not working with ngx-translate #5

@JGhignatti

Description

@JGhignatti

Hey,

If I place an element like
<span typingAnimation [typeSpeed]="20" [startDelay]="0" [hideCursorOnComplete]="true">Typing Angular Animation</span>
it works, but when I use translate pipe from ngx-translate, the animation does not happen.
example:
<span typingAnimation [typeSpeed]="20" [startDelay]="0" [hideCursorOnComplete]="true">{{ 'TYPING_TITLE' | translate }}</span>

*Translate -> @ngx-translate/core version 9.1.1

Is it not supported?

Thanks

Angular Typing Animation Version 0.5.4
Angular CLI - Angular 5.2.0

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