// -----------------------------------------------------------------------
//
// Copyright 2014 MIT Licence. See licence.md for more information.
//
// -----------------------------------------------------------------------
namespace Perspex.Animation
{
using Perspex.Collections;
///
/// A collection of definitions.
///
public class PropertyTransitions : PerspexList
{
}
}