[C#] Giới thiệu thư viện Transition tạo hiệu ứng trên Winform
![[C#] Giới thiệu thư viện Transition tạo hiệu ứng trên Winform](https://laptrinhvb.net/uploads/users/297fbc72614b088ff3ae638692b57f8d.png)
Xin chào các bạn, bài viết hôm nay mình sẻ giới thiệu các bạn thư viện Transition, dùng để tạo hiệu ứng trên Winform C#.
[C#] Transition Lib Effect in Winform
Dưới đây, là hình ảnh demo ứng dụng:
Các bạn có thể cài đặt thư viện từ Nuget:
PM> Install-Package dot-net-transitions -Version 1.2.1
Cách sử dụng:
Transition.run(this, "BackColor", Color.Red, new TransitionType_Linear(1000));
// hoặc
Transition t = new Transition(new TransitionType_EaseInEaseOut(2000));
t.add(pictureBox1, "Left", 300);
t.add(pictureBox1, "Top", 200);
t.run();
Chi tiết các bạn có thể tải source code bên dưới về để xem demo hướng dẫn nhé
Thanks for watching!
THÔNG TIN TÁC GIẢ
NGUYỄN THẢO
Founder at LaptrinhVB.net
★★★★★
♥ Tình yêu thương chẳng hề hư mất bao giờ. (Cr 13,4)
=========================================================================
My skills includes .NET(C#, VB.NET), DevExpress, Java, Android, PHP,
Python, Sqlserver, Mysql, Reactjs, Dart, Flutter, API services and lot more...
Phone/Zalo/Telegram/WhatsApp: +84.933.913.122
Email: nguyenthao.laptrinhvb@gmail.com
Facebook: https://fb.com/Lewandowski28031988
Youtube Channel: https://www.youtube.com/c/CTutorialsTips
=========================================================================
BÀI VIẾT LIÊN QUAN
![[C#] Giới thiệu thư viện Transition tạo hiệu ứng trên Winform](https://laptrinhvb.net/uploads/users/297fbc72614b088ff3ae638692b57f8d.png)