You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
I'd like some sort of support to add CCActions, but I'm not really sure how I'd want to implement that visually. Hopefully someone can come up with something eventually
The text was updated successfully, but these errors were encountered:
I would love it if you could set an action on a node, with a start position and an end position (the end is what is shown in the preview). Basic support for Move/Fade actions and method: Slide, linear, easein/easeout, (bounce).
For example:
I choose a sprite and give it a Start animation:
When the layer becomes visible, the sprite starts outside the screen, on the gived position.
Then during 1 second animate in the sprite with EaseOut until correct position.
I would just start with the basics in the beginning, just allow some predefined animations:
Move or Fade
Linear, Easein, Easeout, Easein/out, (bounce)
The most important would be animate-in, but one could also build support for animate out very easly too.
With simply this you could build powerful menus!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd like some sort of support to add CCActions, but I'm not really sure how I'd want to implement that visually. Hopefully someone can come up with something eventually
The text was updated successfully, but these errors were encountered: