Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MurhafSousli opened this issue May 25, 2019 · 0 comments
Open

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

MurhafSousli opened this issue May 25, 2019 · 0 comments
Labels
Milestone

Comments

@MurhafSousli
Copy link
Owner

MurhafSousli commented May 25, 2019

@Component({
...
})
export class MyComponent {
   teximate = new TeximateBuilder()
       .content('Hello World')
       .animate(fadeInLeft, 50)
       .pause(1000)
       .animate(fadeOutUp, 50)
       .go();
}
@MurhafSousli MurhafSousli created this issue from a note in Next version (To do) May 25, 2019
@MurhafSousli MurhafSousli added this to the v1.0.0 milestone May 25, 2019
@MurhafSousli MurhafSousli moved this from To do to In progress in Next version Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Next version
  
In progress
Development

No branches or pull requests

1 participant