Symbol beautifier
Symbol beautifier is a javascript plugin that means that you can easily improve the looks of your photos by way of adding very nice, mask-like effects with only a few strains of code. you can see an usage example and a demo weblog put up using the beautifier results at: http://getfresh.ro/demos/ibeautifier/ .
Options:
- up to 15 symbol masks
- simply extensible
- unobtrusive
- simple turn on/off characteristic
- simple and easy configuration
- documentation and pattern code
Usage: <script type="text/javascript" src="beautifier.js"></script> <script kind="text/javascript"> beautifier.add('mask0.gif', 'mask3.gif'); // you can add further mask beautifier.use_default = 1; // you'll be able to use a default mask, by way of its index beautifier.mask_class = 'masks'; // Or you can specify the exact masks to make use of, by means of giving the class "maskX" to the image you wish to have window.onload = function() beautifier.initiateMask(document.getElementById('apply-masks')); // effect applies to all pictures from #apply-masks element </script>
FULL DOWNLOAD
No comments:
Post a Comment