Skip to content

Commit 58655c4

Browse files
committed
Remove stray characters in code caption
1 parent 79582aa commit 58655c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

page/effects/custom-effects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jQuery makes it possible to animate arbitrary CSS properties via the
77
value, or to a value relative to the current value.
88

99
```
10-
// Custom effects with `$.fn.animate`">
10+
// Custom effects with $.fn.animate
1111
$('div.funtimes').animate(
1212
{
1313
left : "+=50",
@@ -36,7 +36,7 @@ As of jQuery 1.4, it is possible to do per-property easing when using the
3636
`$.fn.animate` method.
3737

3838
```
39-
// Per-property easing">
39+
// Per-property easing
4040
$('div.funtimes').animate(
4141
{
4242
left : [ "+=50", "swing" ],

0 commit comments

Comments
 (0)