jamielob / transitions

Easy to use CSS3 transitions for use in MeteorJS
http://transitions-demo.meteor.com
53 stars 6 forks source link

Question: FlowRouter Support #7

Open boustanihani opened 9 years ago

boustanihani commented 9 years ago

Does this package also work with FlowRouter ?

jamielob commented 9 years ago

Hi @boustanihani, I've not used FlowRouter before - do you know if it uses the Meteor _uihooks?

boustanihani commented 9 years ago

Sorry I never used Meteor _uihooks

jamielob commented 9 years ago

Have you tried using the transitions package and FlowRouter together to see if it works?

boustanihani commented 9 years ago

Not yet, but if I do I'll let you know.

jamielob commented 9 years ago

Thanks! I'll be interested to know.

boustanihani commented 9 years ago

:+1:

jonlachlan commented 9 years ago

I just tried using this with Flow-Router, it works perfectly well!

jamielob commented 9 years ago

Great! Thank you for letting us know. If you have time could you put together a quick PR for the Readme?

jamielob commented 9 years ago

Hey @jonlachlan - Just testing FlowRouter out and couldn't get it to work with the transitions yet. Did you have to do anything special to get it working?

jonlachlan commented 9 years ago

@jamielob sry for not getting back with PR for docs. Pretty sure I used flow-layout (now called blaze-layout) in conjunction with flow-router.

jamielob commented 9 years ago

Ok thanks.

skoch commented 8 years ago

Has this question been properly answered/proven? I haven't been able to use FlowRouter/BlazeLayout to get the transitions working.

jamielob commented 8 years ago

@skoch - Let me put together a demo repo for FlowRouter usage.

skoch commented 8 years ago

I just got your demo working locally and was going to work backwards from there to see if I can't get that working with FlowRouter/BlazeLayout.

However, a demo repo would be welcome! Thanks.

jamielob commented 8 years ago

@skoch: Wow a lot has changed since I wrote this package!!! This could really do with a version 3 update. Not sure if I have time to do that right now though.

The biggest issue I can see right now is related to how BlazeLayout renders into a dive is conflicting with how this package implements the UI hooks. Perhaps @jonlachlan can share how he got it working.

skoch commented 8 years ago

@jamielob: Thanks for looking into this. If/when you do have time please let me know. (I couldn't reverse engineer your code and don't know enough about the intricacies of Meteor just yet to attempt building something like this. 😞 )

If @jonlachlan has any insight, fabulous. Otherwise, till next time!