Swipe, Tap, Pinch - HammerJS + Angular Animations

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

Truly honest, I am shocked about your tutorial quality, how good it is I don't have any word to explain how good you are.
You just save time ---> deliver good quality content --> fully transparent. No hide seek roles. Keep it up your great work

Anshika
Автор

Great video! I really like how you not only show exactly what you announce in the title, but also some other principles of Angular like creating custom directives! Really enjoy your videos! :)

DerJP
Автор

every time a see one of your videos pop into my subscription feed i get a little bit excited.

RageBasterd
Автор

Thank you for raising the angularfirebase communitiy !

MrOnizukakira
Автор

Awesome content, dude. Great delivery.

tragictheory
Автор

Thanks for linking Paul's channel... oh wait you didn't. You just teased us

HeyAbyss
Автор

you are the best!!!, you save me tons of time, I definitely will pay for your courses and learn from you, thank you thank you ...

elevatetechai
Автор

"value [...] tinder cards" 😂

great video!

mopsydaisy
Автор

Is this deprecated now?
I am from future by the way, (14 Feb 2021)

vampirejs
Автор

Hey
What font do you use in editor ? I like it a lot

oleksandrterletskyi
Автор

Thanks for the leson;
i would like to know how to make the card dissappear after the animation and to reappear with another animation

karlkarly
Автор

After Angular version 9 with *IVY* you need the following to get hammerjs gestures working

imports: [BrowserModule, AppRoutingModule, **HammerModule**],

ahmad
Автор

Thanks for the video. Really helpful.:)
I would love to see your way of 'syncing' gestures to animations. I successfully experimented with renderer2 and angulars data binding on component attributes to change styles of a component based on hammerjs events, but I'm not sure what the best way is to do it. What do you think?

Greetings from Germany

Gary
Автор

What is the connection of Hammer with Animation? Why this animation package was named Hammerjs?

krtirtho
Автор

Considering every dev needs touch you should update with tinygesture, interact.js or ZeptoTouch

augmentos
Автор

thanks it is good for me. i am pleasure to meet . thanks for sharing this

badolomaliki
Автор

sir..the its not working
i make all according to this video but output is not come

anita_cr
Автор

Great tutorial! I thought 'ng new' comes with hammerjs installed and imported

derrickc
Автор

Is this still working?
Everything worked for me except the double/tribbleTap. I copied the directive and html code from the github but the @HostListener('tap', ['$event']) test() {console.log("TEST")}; (wrote this with console.log for debug) gets never fired?
Faced someone the same issue?

breacker
Автор

I have troubles with hammer event on safary iphone

diegoelizondo