diff --git a/raphael/raphael.d.ts b/raphael/raphael.d.ts index 80419302ad..9a51106b93 100644 --- a/raphael/raphael.d.ts +++ b/raphael/raphael.d.ts @@ -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;