Skip to content

Create a chain-able API to create and play text animation #26

@MurhafSousli

Description

@MurhafSousli
@Component({
...
})
export class MyComponent {
   teximate = new TeximateBuilder()
       .content('Hello World')
       .animate(fadeInLeft, 50)
       .pause(1000)
       .animate(fadeOutUp, 50)
       .go();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions