Material Motion Exploring solutions that will empower creators with the tools needed to describe and implement rich, interactive motion on any platform. Edit this page · History
ReactiveProperty PositionableElement specification
Status Library
Draft as of December 20, 2016 streams

PositionableElement specification

This is the engineering specification for the PositionableElement abstract type.

Overview

A positionable element has a position property.

MVP

Expose a PositionableElement abstract type

public protocol PositionableElement

Expose reactive properties

All properties should be constant.

protocol PositionableElement {
  let position: ReactiveProperty<Point>
}