5 Angular Animations Examples - Learn BrowserAnimationsModule in Angular

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ธ.ค. 2024

ความคิดเห็น • 66

  • @MonsterlessonsAcademy
    @MonsterlessonsAcademy  3 หลายเดือนก่อน

    WATCH NEXT: Angular with NgRx - Building Angular Project From Scratch - th-cam.com/video/vcfZ0EQpYTA/w-d-xo.htmlsi=BptT7eqgflHIoQiQ

  • @jeffnikelson5824
    @jeffnikelson5824 2 ปีที่แล้ว +10

    Im working with angular for 2 years now (self thaught) and this is the most accurate animations guide I have seen in this whole time
    +1 subscriber

  • @ovuokeaghwotu2389
    @ovuokeaghwotu2389 10 หลายเดือนก่อน

    Finally, I learnt Angular animations with this video and immediately implemented it in my project. Thank you for sharing!

  • @ugochukwuumerie6378
    @ugochukwuumerie6378 2 ปีที่แล้ว +2

    Great content. Always wanted a comprehensive tutorial on Angular animation. Thanks

  • @tonyross2947
    @tonyross2947 ปีที่แล้ว +4

    Great video and great explanations. At 17:37, your fade-in didn't work - the element simply appeared. Fade-out worked fine. If you look at the code at 17:22, the void => * transition should be an ease-in, shouldn't it (line 1, but the line numbers are confusing).

  • @BrookeBond_Tea
    @BrookeBond_Tea ปีที่แล้ว +1

    Your accent is really good to understand to non native speakers

  • @beeeeeee42333
    @beeeeeee42333 2 ปีที่แล้ว +1

    explanation with examples + tips n tricks , perfection

  • @tocw86
    @tocw86 ปีที่แล้ว +1

    Hey
    I think that last example you have little bug ;-)
    shouldn't it be like this:
    ` transition('void => *', [style({ opacity: 0 }), animate('1s ease-in')]), //enter`
    `transition('* => void', [animate('1s ease-out'), style({ opacity: 0 })]), //leave`
    Am i right ?

  • @JlucaCoder
    @JlucaCoder 2 ปีที่แล้ว +2

    I just wanted to animate one of my learning projects. This video is so in time!
    Thanks)

  • @deanhantzis9630
    @deanhantzis9630 2 ปีที่แล้ว

    Superb tutorial on Angular animations. Thanks

  • @VladyslavHaidar
    @VladyslavHaidar 2 ปีที่แล้ว +1

    Great! Could you create second part to describe params for animations and maybe somwthing else?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  2 ปีที่แล้ว

      Thank you for the idea. I will add it to the list of videos.

  • @pashabiceps95
    @pashabiceps95 4 หลายเดือนก่อน

    What is the point of V2. The element is not removed from the Dom, so the animation can be done through css

  • @Santhorus
    @Santhorus ปีที่แล้ว

    great explanations!

  • @j.k24
    @j.k24 ปีที่แล้ว

    if a user menu is beeing created and destroyed, should i make a decision to use angular animations? or rewrite the menu to just display none and use css visibility for animate the opacity?

  • @Gyver4000
    @Gyver4000 ปีที่แล้ว

    hello, thanks for your tutorial , it is very interesting,
    Question : is thre a relation between isShown(boolean) and FadeIn / Fadeout Please ?

  • @oumarba7505
    @oumarba7505 ปีที่แล้ว

    Thank you, your videos help me a lot 🙂

  • @mrborisak
    @mrborisak ปีที่แล้ว

    what is the IDE you're using?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว

      It's Vim. Here is my video about that
      th-cam.com/video/YrLiugDhCuk/w-d-xo.html

  • @BannisterNicholas
    @BannisterNicholas ปีที่แล้ว

    Curious, if this is anyway more performant if you just put a class on it? In Angular1 the isShown value would trigger the class to fade in, no extra code needed. just the boolean, the css and the ng-class on the target. the callback called from the watcher of the isShown.

  • @almirh
    @almirh ปีที่แล้ว

    Can this Animation be reusable like shared component? Great vid! Thx!

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว +1

      Of course. If it is just const property you can export transition from anywhere

  • @markusmachel397
    @markusmachel397 ปีที่แล้ว

    WoooW.... I didnt know that you could do this

  • @robertkylethomas173
    @robertkylethomas173 ปีที่แล้ว +1

    If you did a follow up with route animations that would be awesome please mate

  • @patrickbrown5141
    @patrickbrown5141 2 ปีที่แล้ว

    great video, very informative. thanks

  • @madipta
    @madipta ปีที่แล้ว

    this sounds like a mob teaching angular,, turned out very good video,, LIKE

  • @mayuripandey4402
    @mayuripandey4402 2 ปีที่แล้ว

    Can you provide crash course onMobx franework and Ant Design ? just like typescript course ?

  • @kuldeepbhatt8475
    @kuldeepbhatt8475 2 ปีที่แล้ว

    Just Brilliant. I have a suggestion if you can make video about how to insert google maps or any maps for angular.

  • @val-do
    @val-do 2 ปีที่แล้ว

    what is your text editor ?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  2 ปีที่แล้ว +1

      It's vim. here is my video about it th-cam.com/video/YrLiugDhCuk/w-d-xo.html

  • @maximilyukhin5454
    @maximilyukhin5454 ปีที่แล้ว

    Thanks a lot!

  • @hiteshsuthar1097
    @hiteshsuthar1097 ปีที่แล้ว +1

    Thanks

  • @aporti5019
    @aporti5019 ปีที่แล้ว

    Bro good video 🔥🔥

  • @henrik3098
    @henrik3098 ปีที่แล้ว

    thanks bro

  • @poh9044
    @poh9044 ปีที่แล้ว

    How to fix :leave animation not working when the component is being destroyed? The most relevant answer was from StackOverflow and the answer said to use hostbindings, but that bleeds out to the whole component which is not ideal for a modal transition.
    Updated: I fixed it using settimeout plus ngIf, but ideally it should automatically do that onDestroy

  • @josuesuarez205
    @josuesuarez205 ปีที่แล้ว

    The second option is not accessible for screen readers, they will still able to read the div content if you just hide it using opacity

  • @LukeAvedon
    @LukeAvedon ปีที่แล้ว

    OK first 30 seconds and my mind was already blown. I thought Angular Animations used the Web Animatons API, therefore as performant as CSS Animations? if not more so. Ack! am I all confused?
    (Love your paid interview prep course by the way)

  • @alexflatiz8120
    @alexflatiz8120 8 หลายเดือนก่อน

    thanks a lot, but you are Russian, right? Почему на русском не преподаете?)