mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
Missing rotate
Adds rotation by given angle around given point to the list of transformations of the element.
This commit is contained in:
1
raphael/raphael.d.ts
vendored
1
raphael/raphael.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user