Skip to content

Commit

Permalink
Fix links and docs for Transition#ease
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrogz committed Mar 20, 2012
1 parent 3eff6c3 commit d59b189
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions methods/d3-Selection-attr.yaml
Expand Up @@ -16,6 +16,7 @@
seealso:
- d3/Selection/attr§get
- d3/Selection/attr§func
- d3/Transition/attr§value
params:
- name: name
kind: js/String
Expand All @@ -29,6 +30,7 @@
seealso:
- d3/Selection/attr§get
- d3/Selection/attr§value
- d3/Transition/attr§func
params:
- name: name
kind: js/String
Expand Down
14 changes: 11 additions & 3 deletions methods/d3-Transition-ease.yaml
Expand Up @@ -3,19 +3,27 @@
method: d3/Transition/ease§value
returns: d3/Transition
summary: Specify easing method for all elements.
url: https://github.com/mbostock/d3/wiki/Selections#wiki-ease
url: https://github.com/mbostock/d3/wiki/Transitions#wiki-ease
seealso:
- d3/Transition/ease§func
- d3/d3/ease
params:
- name: easeType
kind: js/String
summary: One of the [predefined easing methods](https://github.com/mbostock/d3/wiki/Transitions#wiki-d3_ease).
summary: Name of one of the [predefined easing methods](https://github.com/mbostock/d3/wiki/Transitions#wiki-d3_ease).
- name: easeParam1
kind: js/String
summary: Additional parameter based on the easing function.
optional: true
- name: easeParam2
kind: js/String
summary: Additional parameter based on the easing function.
optional: true
-
method: d3/Transition/ease§func
returns: d3/Transition
summary: Specify a custom easing function for all elements.
url: https://github.com/mbostock/d3/wiki/Selections#wiki-ease
url: https://github.com/mbostock/d3/wiki/Transitions#wiki-ease
seealso:
- d3/Transition/ease§value
- d3/d3/ease
Expand Down

0 comments on commit d59b189

Please sign in to comment.