Skip to Main Content
MooTools 1.3 Cookbook
book

MooTools 1.3 Cookbook

by Jay L Johnston
July 2011
Intermediate to advanced content levelIntermediate to advanced
276 pages
5h 11m
English
Packt Publishing
Content preview from MooTools 1.3 Cookbook

Welcoming users in a flashy way: stretchy elastic

Here we will learn to use fly-in text that bounces into place with a stretchy, elastic feel to it.

Getting ready

Prepare by using the same HTML markup as the previous recipe.

How to do it...

In the previous recipe, using Fx.morph via the enhanced element properties like this, Element.morph() gave us a simple way of morphing multiple-style properties. Add the optional secondary argument to the method to alter the duration and transition type.

window.addEvent('load',function() { var options = { duration: 5000, transition: 'elastic:out' } $('flying_div').set('morph',options); var new_pos = $('place_holder').getPosition(); $('flying_div').morph({ 'opacity':[0,1], 'left':new_pos.x, 'top':new_pos.y }); }); ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Jump Start Web Performance

Jump Start Web Performance

Craig Buckler

Publisher Resources

ISBN: 9781849515689Other