Thomas Fuchs uses Script.aculo.us 2.0 on his own site
Thomas Fuchs is back in the consulting game and his new site gives us another glimpse of Script.aculo.us 2.0 abilities.
The photo zooming?
PLAIN TEXT
JAVASCRIPT:
Effect.PhotoZoom = Class.create(Effect.Element, {
setup: function() {
var currentHeight = $(’text’).getHeight();
var newHTML = this.element.next(’div.text’).innerHTML;
var left = Thomas.photos.indexOf(this.element)*120 + 90;
var color = $w(’ffa [...]
More: continued here

Leave a Reply
You must be logged in to post a comment.