Blog
My blog heck yea.
-
JQuery animation testing
T E S T
If you're on the front page, open the link to the blog post... :)
Press the button below a few times.. :)
Go
$("#go").click(function () {
StartAnimation();
});
function StartAnimation() {
$("#t").animate({
fontSize: "200px"
}, 300, "linear",
function () {
$("#e").animate({
fontSize: "200px"
}, 300, "linear",
function () {
$("#s").animate({ … more
-
Some HTML5 SVG animation testing?
Just will try if this works inside a blog post?
It will, but you have to open the full article, because of Orchards excerpt method where it strips vital tags for the graphics to load up correctly in summary view. :)
Yeey, it works!
Here i tested dome basic SVG animation, and used raw SVG and for the anoying pulsating orb that follows your mouse arround, I used the Raphaël Javascript library. It has some cool features, and it seems to get along with jQuery, so if you're interested in SVG and know JS, check out their demos.
You can find the code for the orb here, and just to test CKeditor in this CMS, i'll inline the code below:
… more
-
What to write about?
Don't know! :) more