-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels