String get easing => JS("String", "#.easing", this);
set easing(String value) { JS("void", "#.easing = #", this, value); }