-
Notifications
You must be signed in to change notification settings - Fork 10
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
Question #1
Comments
Hi guys, Any news about that? |
@michaelsogos eek! no, still on the todo list... In any case you might be better off using ractive-transitions-fly for that, since (presumably) you want the page to come in fully-formed - does that meet your needs? |
Not exactly ractive-specific, but I've built a library specifically for iphone page sliding: http://github.com/rstacruz/navstack you might wanna give it a go. |
Here's an example with some of the basic mechanics of a page transition (from my experience): http://jsfiddle.net/eovfjhdt/ First key thing is the use of Second key thing is to be able to change the direction. In this example, I created a wrapper transition in order to set the direction before delegating to the fly transition (I grabbed this one, but you could make your own or use slide. fly may not be ideal as it fades the opacity as well) |
Thanks for your answers! I will try your suggestions, in the mean time i found this https://github.com/codrops/PageTransitions. |
If I'm understanding this issue correctly and all you need is an an element to transition in by expanding horizontally, try ractive-transitions-slidehorizontal. I think with this transition and a bit of custom css you should acheive your end goal. |
Just a silly question @Rich-Harris is it possible to use/expand this plugin to achieve push right/left transition similar to this http://tympanus.net/Blueprints/SlidePushMenus/ (last two demos) it's been a bit tricky for me as both sections need to stay in the dom so I've been adding/removing classes which is a bit hacky I guess..
I'm using the same "hacky" approach to achieve stuff like this http://tympanus.net/Development/PageTransitions/ (borrowed the css from them) and two active "Ractives" which I dynamically build/teardown when animations are complete.
I see you got plenty of stuff on your plate so no rush to answer, I'm just thinking out loud here.
PS: thanks for making this node-compatible :)
The text was updated successfully, but these errors were encountered: