Missing rotate

Adds rotation by given angle around given point to the list of transformations of the element.
This commit is contained in:
YUDIEL CURBELO
2016-02-20 01:24:40 -05:00
parent 95b7178e0e
commit 1cbedf37b6

View File

@@ -64,6 +64,7 @@ interface RaphaelElement {
remove(): void;
removeData(key?: string): RaphaelElement;
resume(anim?: RaphaelAnimation): RaphaelElement;
rotate(deg: number, cx?: number, cy?: number): RaphaelElement;
setTime(anim: RaphaelAnimation): void;
setTime(anim: RaphaelAnimation, value: number): RaphaelElement;
show(): RaphaelElement;