frozeman / meteor-animation-helper-velocity

Animates elements inside a {{> AnimateWithVelocity}} block, by adding specific attributes to elements.
22 stars 2 forks source link

UI Pack #9

Open saitodisse opened 10 years ago

saitodisse commented 10 years ago

Hello there!

Your package is incredible. Saved my life when trying to remove an item and the Meteor Reactivity was taking control. Is it compatible with Velocity UI Pack? http://julian.com/research/velocity/#uiPack

It would be wonderful to be able to just call the name of the preconfigured packages of transitions.

The percolate velocityjs package comes with the UI pack included: https://atmospherejs.com/percolate/velocityjs

frozeman commented 10 years ago

i never tried the UI pack before. actually the properties in the redeem are the only ones currently supported

Fabian Vogelsteller

Web Developer

TunedIn Media GmbH Mulackstr. 19 10119 Berlin Mobile: +49 1577 156 80 60 E-Mail:  fabian.vogelsteller@tunedin.de

Homepage: www.tunedin.de

Registergericht: Amtsgericht Charlottenburg, Handelsregister HRB 133483B Geschäftsführer: Sebastian Bartz, Kaspar Jost Klippgen

This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this on behalf of the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation.

On Sep 28, 2014, at 9:00 PM, Julio Makdisse Saito notifications@github.com wrote:

Hello there! Your package is incredible. Saved my life when trying to remove an item and the Meteor Reactivity was taking control. Is it compatible with Velocity UI Pack?http://julian.com/research/velocity/#uiPack

— Reply to this email directly orview it on GitHub .

saitodisse commented 10 years ago

right at the beginning of the velocity.js site he puts this video as "must see": https://www.youtube.com/watch?v=CdwvR6a39Tg&hd=1

It is incredible! I will try to make this package compatible. I am new to Meteor, but I will study a little bit of Packages to do that. I belive this will make this Package muth more simple because we can use his new tool, the VMD: http://julian.com/research/velocity/#vmd

frozeman commented 10 years ago

Actually, i don’t know how this package how its written right now could use the ui effects. as you add animations per item basis, its hard to add stagger animation to a collection of elements.

One must define then a wrapper element, and give it a selector or something.

Thanks for showing me this, i will take a look at it if i find the time.

until now you can always define your velocity ui effects in the rendered function of your templates

Fabian Vogelsteller

Web Developer

TunedIn Media GmbH Mulackstr. 19 10119 Berlin Mobile: +49 1577 156 80 60 E-Mail:  fabian.vogelsteller@tunedin.de

Homepage: www.tunedin.de

Registergericht: Amtsgericht Charlottenburg, Handelsregister HRB 133483B Geschäftsführer: Sebastian Bartz, Kaspar Jost Klippgen

This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this on behalf of the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation.

On Sep 29, 2014, at 6:07 AM, Julio Makdisse Saito notifications@github.com wrote:

right at the beginning of the velocity.js site he puts this video as "must see": https://www.youtube.com/watch?v=CdwvR6a39Tg&hd=1

It is incredible! I will try to make this package compatible. I am new to Meteor, but I will study a little bit of Packages to do that. I belive this will make this Package muth more simple because we can use his new tool, the VMD:http://julian.com/research/velocity/#vmd

— Reply to this email directly orview it on GitHub .