O slideshow foi denunciado.
Seu SlideShare está sendo baixado. ×

circle.attr({ fill: "#fc0", stroke: "hsb(0.6, Raphaël JS Conf

Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Próximos SlideShares
RaphaëlJS magic
RaphaëlJS magic
Carregando em…3
×

Confira estes a seguir

20 de 52 Anúncio

circle.attr({ fill: "#fc0", stroke: "hsb(0.6, Raphaël JS Conf

Baixar para ler offline

circle.attr({
fill: "#fc0",
stroke: "hsb(0.6, 0.7, 0.9)",
"stroke-width": 5,
"stroke-opacity": 0.5,
cx: 50
});

var fill = circle.attr("fill");

circle.animate({
cx: 100,
cy: 100
}, 1000, function () {
alert("Animation is finished");
});

circle.attr({
fill: "#fc0",
stroke: "hsb(0.6, 0.7, 0.9)",
"stroke-width": 5,
"stroke-opacity": 0.5,
cx: 50
});

var fill = circle.attr("fill");

circle.animate({
cx: 100,
cy: 100
}, 1000, function () {
alert("Animation is finished");
});

Anúncio
Anúncio

Mais Conteúdo rRelacionado

Semelhante a Raphaël JS Conf (20)

Anúncio

Mais recentes (20)

×