Mastering View Transition API: The Complete Angular Developers Guide (2025)

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

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

  • @vadimr5847
    @vadimr5847 2 วันที่ผ่านมา

    Thanks for the lesson.

    • @ZoaibKhan
      @ZoaibKhan  2 วันที่ผ่านมา

      My pleasure! 😊

  • @sumanshah5750
    @sumanshah5750 2 วันที่ผ่านมา +2

    Sir please make a industry level (learn beginer to advance angular playlist)

    • @ZoaibKhan
      @ZoaibKhan  2 วันที่ผ่านมา

      Noted, the only issue is different teams follow different standards and tools for their projects. So it's kind of difficult to create one "industry" standard for a course.

  • @aogunnaike
    @aogunnaike 2 วันที่ผ่านมา

    Thanks for sharing 👍

    • @ZoaibKhan
      @ZoaibKhan  2 วันที่ผ่านมา

      Welcome 😊

  • @autlunatic
    @autlunatic วันที่ผ่านมา

    Thanks for sharing!
    I noticed when using viewtransition, that the app is not clickable while transitioning.
    Is this only in my example or is this just a limitation of the viewtransition api?
    I am looking forward to read more about your motion library. ;)

    • @ZoaibKhan
      @ZoaibKhan  วันที่ผ่านมา

      Thanks for your comment :)
      Acc to the docs, the view-transition-old is basically just an image so not interactive. But the view-transition-new is a LIVE element - so clicks should work there. If you want the element to be interactive throughout the animation, you can simply switch to the new LIVE element, instead of fading in from the old.
      It's explained more with an example here: developer.chrome.com/docs/web-platform/view-transitions/same-document#transitioning-without-freezing
      About the motion library, sure, what do you want to know? It's still a work in progress :)

    • @autlunatic
      @autlunatic 21 ชั่วโมงที่ผ่านมา

      @ZoaibKhan yeah I read that you are working on it. I am just curious how the implementation and dx will be, since I always have been jealous when i saw something about reacts framer motion.
      Thanks for the information, I will have a look at it.

  • @hasokeric1362
    @hasokeric1362 วันที่ผ่านมา

    Using ai i removed the firebase stuff and instead mocked the login. Provide a firebase less version plz

    • @ZoaibKhan
      @ZoaibKhan  วันที่ผ่านมา

      Ok noted :) Which IDE did you use for mocking the login?