ylliX - Online Advertising Network

The Wild Robot (2024) – Channel Myanmar

      DreamWorks Animation ရဲ့ အကောင်းဆုံးလက်ရာတွေထဲက တစ်ခုဖြစ်တဲ့ တောရိုင်းစက်ရုပ်ဆိုတဲ့ ကာတွန်းရုပ်ရှင်ပါ။ Mulan, How to Train your dragon တို့လို အကောင်းဆုံး ကာတွန်းတွေကို ဖန်တီးခဲ့တဲ့ Chris Sanders ရဲ့ လက်ရာပဲ ဖြစ်ပါတယ်။ စက်ရုပ် ရော့ဇ် အဖြစ် Black Panther ထဲက Lupita Nyong’o ပါဝင်ထားပြီး၊ မြေခွေး ဖင့်အဖြစ် Pedro Pascal က ပါဝင်ထားပါတယ်။   ဇာတ်လမ်းအကျဉ်း လူသားတွေအတွက် အကူအညီပေးတဲ့ စက်ရုပ်အမျိုးအစားတစ်ခုဖြစ်တဲ့ ရော့ဇမ်အမျိုးအစား စက်ရုပ်တစ်ရုပ်ဟာ လူမရှိတဲ့ ကျွန်းတစ်ကျွန်းအပေါ်ကို ပြုတ်ကျလာခဲ့ပါတယ်။ အဲဒီကျွန်းပေါ်က တိရစ္ဆာန်တွေနဲ့ ဆက်သွယ်ဖို့ ကြိုးစားရင်းကနေ မတော်တဆ […]

Morphing shapes in SwiftUI

Hello and welcome to another blog post about SwiftUI animations. In the previous post dedicated mainly to AnimatableData, we have constructed AnimatableVector that allowed us to create animatable charts. Today we will utilize the same class for morphing shapes. Shape representation Shapes in SwiftUI can be constructed as a composition of vector paths and/or shape […]

Animating complex shapes in SwiftUI

Hello and welcome to another blog post about SwiftUI. This time, we will talk about the animation of complex shapes in SwiftUI. You will understand animatableData property and will be able to implement animatable custom Shape struct that depends on multiple parameters. AnimatableData Animating simple shapes is easy thanks to animatableData property. We have seen […]

Introducing InboxRecyclerView

When Google released Inbox for Android some 4 years ago, their UI was rad. I was obsessed with the navigation transition, where emails expanded from their list item when clicked, pushing all other items out of the screen. When pulled downwards, the emails collapsed back to their positions. I wanted to recreate this UI. I […]