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

Animations #2

Open
alerdenisov opened this issue Jan 19, 2017 · 1 comment
Open

Animations #2

alerdenisov opened this issue Jan 19, 2017 · 1 comment
Milestone

Comments

@alerdenisov
Copy link
Owner

As any UI system ReUI required some animation system. As a reference at this moment I'm looking at Framer

@alerdenisov alerdenisov added this to the 0.1 milestone Jan 19, 2017
@alerdenisov
Copy link
Owner Author

In discuss with @nof1000 we found pretty nice declaration syntax:

self:animate({
  color = "#FF0000",
  options = {
    curve = "ease",
    delay = 0,
    duration = 1000
  }
})
</OnCreate>

Animation lua table require attributes as a keys and values as final value. Also table can have a options

@alerdenisov alerdenisov reopened this Jan 19, 2017
@alerdenisov alerdenisov modified the milestones: 0.3, 0.1 Jan 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant