Skip to content

Instantly share code, notes, and snippets.

View Danil0v3s's full-sized avatar
🏠
Working from home

Danilo Lemes Danil0v3s

🏠
Working from home
View GitHub Profile
@Danil0v3s
Danil0v3s / minimapui.cs
Created February 11, 2022 17:51 — forked from juliolitwin/minimapui.cs
Ragnarok Minimap
using System;
using System.Collections;
using System.Collections.Generic;
using Assets.Scripts.MapEditor;
using Poring.Shared.Extensions;
using TMPro;
using UnityEngine;
using UnityEngine.UI;
public class MinimapUI : MonoBehaviour
@Danil0v3s
Danil0v3s / README.md
Created April 4, 2018 20:17 — forked from lopspower/README.md
Material Animations

Material Animations

Android Arsenal

[Android Transition Framework][transition-framework] can be used for three main things:

  1. Animate activity layout content when transitioning from one activity to another.
  2. Animate shared elements (Hero views) in transitions between activities.
  3. Animate view changes within same activity.