-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Transition system + Stack container + ImageGallery component #95
base: master
Are you sure you want to change the base?
Conversation
Added ImageGallery component based in the Stack. You can touch/move to change the current image. It needs a 20% of size to change, but you can configure it with Here the example: https://www.dropbox.com/s/a5tcv7mbla6baqx/imagegallery.mp4?dl=0 |
# Conflicts: # haxe/ui/containers/Stack.hx
Hey Pablo - i really like this component - however, i do wonder if it should go in haxeui core? Ive been toying with the idea of an "extended" component lib. Something like "haxeui-ext" (different name suggestions more that welcome!), that would have things like this in it, as well as a property grid (used in the builder), and things like that. Thoughts? |
Yes, maybe the ImageGallery component, but Transition system and the Stack component I think that it should go in the core. |
# Conflicts: # haxe/ui/parsers/modules/Module.hx # haxe/ui/parsers/modules/XMLParser.hx
Initial implementation for Stack container.
It adds a transition system. A transition is a collection of "in" animations and "out" animations.
An example with a video here:
https://www.dropbox.com/s/5y2h5pffyr62hu6/stack-component.mp4?dl=0
The code (it requires the PR #94 and #91):
feature_stack.zip