// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.IStylePropertyAnimationSystem

namespace UnityEngine.UIElements
{
public class IStylePropertyAnimationSystem // TypeDefIndex: 6065
{

	// Methods
	// RVA: -1
	public abstract type#15313 StartTransition(type#28615 owner, type#26702 prop, type#26059 startValue, type#26059 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#15313 StartTransition(type#28615 owner, type#26702 prop, type#20867 startValue, type#20867 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#15313 StartTransition(type#28615 owner, type#26702 prop, type#21926 startValue, type#21926 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#15313 StartTransition(type#28615 owner, type#26702 prop, type#16067 startValue, type#16067 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#15313 StartTransitionEnum(type#28615 owner, type#26702 prop, type#20867 startValue, type#20867 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#15313 StartTransition(type#28615 owner, type#26702 prop, type#14961 startValue, type#14961 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#15313 StartTransition(type#28615 owner, type#26702 prop, type#18639 startValue, type#18639 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#15313 StartTransition(type#28615 owner, type#26702 prop, type#18623 startValue, type#18623 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#15313 StartTransition(type#28615 owner, type#26702 prop, type#27281 startValue, type#27281 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#15313 StartTransition(type#28615 owner, type#26702 prop, type#25597 startValue, type#25597 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#15313 StartTransition(type#28615 owner, type#26702 prop, type#27616 startValue, type#27616 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#15313 StartTransition(type#28615 owner, type#26702 prop, type#27627 startValue, type#27627 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#15313 StartTransition(type#28615 owner, type#26702 prop, type#25432 startValue, type#25432 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#15313 StartTransition(type#28615 owner, type#26702 prop, type#14965 startValue, type#14965 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#15313 StartTransition(type#28615 owner, type#26702 prop, type#14972 startValue, type#14972 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#15313 StartTransition(type#28615 owner, type#26702 prop, type#14975 startValue, type#14975 endValue, type#20867 durationMs, type#20867 delayMs, type#5847 easingCurve) { }
	// RVA: -1
	public abstract type#28660 CancelAllAnimations() { }
	// RVA: -1
	public abstract type#28660 CancelAllAnimations(type#28615 owner) { }
	// RVA: -1
	public abstract type#28660 CancelAnimation(type#28615 owner, type#26702 id) { }
	// RVA: -1
	public abstract type#28660 UpdateAnimation(type#28615 owner, type#26702 id) { }
	// RVA: -1
	public abstract type#28660 GetAllAnimations(type#28615 owner, type#9080 propertyIds) { }
	// RVA: -1
	public abstract type#28660 Update() { }
}
}
