animaclock.com
|
about
|
gallery
|
Graph-Based Visual Saliency
Click here for Tutorial
Edit the code below, then click anywhere outside of textarea to update:
Click here to draw your own digits!
var testfont=new function() { this.digitPad = 4; this.groupPad = 15; this.heightFrac = 0.45; this.widthFrac = 0.5; this.secondsScale = {val:0.6, pos:'middle'}; this.bgColor = [116, 116, 116]; this.baseColor = [ 0, 0, 0 ]; this.partColor = { a:[ 250, 50, 250 ], b:[ 0, 200, 200 ]}; this.secondColor = this.bgColor; this.colonColors = [ [200, 50, 200] , [0, 200, 200] ]; this.hoursScale= { val: .75 , pos: 'top' , offset:[0,-.5] }; this.minutesScale= { val: .75 , pos: 'top' , offset:[0,-.5] }; this.secondsScale= { val: .75 , pos: 'top' , offset:[-3,.5] }; this.showRightColons = false this.baseLineWidth = 2; this.partLineWidth = 2; this.colonRadius = 3.5; this.beginAniTime = 0; this.endAniTime = 1; this.baseInFront = false; this.pulsate = false; this.lineCap = 'round'; this.disableSlowest = true; var trans0={a:[ 250, 50, 250 ], b:[ 150, 0, 150 ]}; zeroCol = [254,0,0]; oneCol = [0, 0, 246]; twoCol = [254, 0, 0]; threeCol = [0, 0, 246]; zeroCol2 = [255,0,0]; oneCol2 = [0, 0, 255]; twoCol2 = [255, 0, 0]; threeCol2 = [0, 0, 246]; this.t = new Array(); for (var i=0;i<=50;i++) this.t[i] = new Array(); this.t[0].push({ src: 0, type: 'shift', to: 2, col:zeroCol}); this.t[0].push({ src: 6, type: 'flip', to: 5,col:oneCol}); this.t[0].push({ src: 1, type: 'shift', to: 2,col:twoCol}); this.t[0].push({ src: 4, type: 'shift', to: 5, col:threeCol}); this.t[0].push({ src: 2, type: 'shrink', mov: 0, col:zeroCol2}); this.t[0].push({ src: 5, type: 'shrink', mov: 1, col:oneCol2}); this.t[1].push({ src: 2, type: 'shift', to: 0, col:zeroCol2}); this.t[1].push({ src: 5, type: 'shift', to: 6, col:oneCol2}); this.t[1].push({ src: 2, type: 'grow', mov: 0, col:zeroCol2}); this.t[1].push({ src: 2, type: 'shift', to: 4, col:zeroCol2}); this.t[1].push({ src: 2, type: 'shift', to: 3, col:zeroCol2}); this.t[2].push({ src: 2, type: 'shift', to: 5, col:zeroCol2}); this.t[2].push({ src: 0, type: 'grow', mov: 1, col:zeroCol}); this.t[2].push({ src: 3, type: 'shift', to: 6, col:twoCol}); this.t[2].push({ src: 3, type: 'grow', mov: 1, col:twoCol}); this.t[2].push({ src: 4, type: 'shift', to: 6, col:threeCol}); this.t[2].push({ src: 3, type: 'shift', to: 5, col:twoCol}); this.t[2].push({ src: 0, type: 'shift', to: 2, col:zeroCol}); this.t[2].push({ src: 6, type: 'shrink', mov: 0, col:oneCol2}); this.t[3].push({ src: 0, type: 'shift', to: 2, col:twoCol}); this.t[3].push({ src: 3, type: 'grow', mov: 0, col:threeCol}); this.t[3].push({ src: 5, type: 'shift', to: 5, col:threeCol}); this.t[3].push({ src: 3, type: 'shift', to: 1, col:twoCol}); this.t[3].push({ src: 6, type: 'shrink', mov: 0, col:oneCol2}); this.t[3].push({ src: 2, type: 'shrink', mov: 0, col:threeCol}); this.t[4].push({ src: 1, type: 'flip', to: 0, col:twoCol2}); this.t[4].push({ src: 3, type: 'shift', to: 3, col:twoCol2}); this.t[4].push({ src: 5, type: 'flip', to: 6, col:twoCol2}); this.t[4].push({ src: 2, type: 'shift', to: 5, col:twoCol2}); this.t[4].push({ src: 1, type: 'grow', mov: 0, col:twoCol2}); this.t[5].push({ src: 1, type: 'flip', to: 0, col:zeroCol}); this.t[5].push({ src: 6, type: 'shift', to: 4, col:zeroCol}); this.t[5].push({ src: 5, type: 'flip', to: 6, col:zeroCol}); this.t[5].push({ src: 3, type: 'shift', to: 3, col:zeroCol}); this.t[5].push({ src: 0, type: 'shrink', mov: 0, col:zeroCol}); this.t[5].push({ src: 1, type: 'grow', mov: 0, col:zeroCol}); this.t[5].push({ src: 5, type: 'grow', mov: 1, col:zeroCol}); this.t[50].push({ src: 0, type: 'shift', to: 2, col:oneCol2}); this.t[50].push({ src: 6, type: 'shift', to: 4, col:oneCol2}); this.t[50].push({ src: 1, type: 'grow', mov: 0, col:oneCol2}); this.t[50].push({ src: 1, type: 'flip', to: 0, col:oneCol2}); this.t[50].push({ src: 5, type: 'grow', mov: 1, col:oneCol2}); this.t[50].push({ src: 5, type: 'flip', to: 6, col:oneCol2}); this.t[50].push({ src: 3, type: 'shrink', mov: 0, col:oneCol2}); this.t[50].push({ src: 3, type: 'shrink', mov: 1, col:oneCol2}); this.t[6].push({ src: 0, type: 'shift', to: 2, col:oneCol}); this.t[6].push({ src: 3, type: 'shrink', mov: 0, col:oneCol}); this.t[6].push({ src: 6, type: 'shift', to: 5, col:oneCol}); this.t[6].push({ src: 1, type: 'flip', to: 0, col:oneCol}); this.t[6].push({ src: 5, type: 'shift', to: 5, col:oneCol}); this.t[6].push({ src: 1, type: 'shift', to: 2, col:oneCol}); this.t[6].push({ src: 4, type: 'shift', to: 2, col:oneCol}); this.t[7].push({ src: 0, type: 'shift', to: 1, col:threeCol2}); this.t[7].push({ src: 5, type: 'shift', to: 6, col:threeCol2}); this.t[7].push({ src: 0, type: 'shift', to: 2, col:threeCol2}); this.t[7].push({ src: 0, type: 'grow', mov: 1, col:threeCol2}); this.t[7].push({ src: 2, type: 'shift', to: 4, col:threeCol2}); this.t[7].push({ src: 5, type: 'shift', to: 5, col:threeCol2}); this.t[7].push({ src: 2, type: 'shift', to: 3, col:threeCol2}); this.t[7].push({ src: 2, type: 'shrink', mov: 0, col:threeCol2}); this.t[8].push({ src: 1, type: 'flip', to: 0, col:twoCol}); this.t[8].push({ src: 4, type: 'shift', to: 1, col:twoCol}); this.t[8].push({ src: 6, type: 'shift', to: 6, col:twoCol}); this.t[8].push({ src: 3, type: 'shrink', mov: 0, col:twoCol}); this.t[8].push({ src: 0, type: 'shrink', mov: 0, col:twoCol}); this.t[8].push({ src: 2, type: 'shift', to: 2, col:twoCol}); this.t[8].push({ src: 5, type: 'shift', to: 5, col:twoCol}); this.t[8].push({ src: 4, type: 'flip', to: 3, col:twoCol}); this.t[9].push({ src: 0, type: 'shift', to: 0, col:oneCol}); this.t[9].push({ src: 1, type: 'shrink', mov: 1, col:oneCol}); this.t[9].push({ src: 2, type: 'shift', to: 2, col:oneCol}); this.t[9].push({ src: 3, type: 'shift', to: 1, col:oneCol}); this.t[9].push({ src: 5, type: 'grow', mov: 1, col:oneCol}); this.t[9].push({ src: 5, type: 'flip', to: 6, col:oneCol}); this.t[9].push({ src: 6, type: 'shift', to: 4, col:oneCol}); this.t[10].push({ src: 2, type: 'shrink', mov: 0}); this.t[10].push({ src: 5, type: 'shrink', mov: 0}); this.t[21].push({ src: 0, type: 'shift', to: 2}); this.t[21].push({ src: 2, type: 'shift', to: 2}); this.t[21].push({ src: 3, type: 'shift', to: 5}); this.t[21].push({ src: 4, type: 'shift', to: 5}); this.t[21].push({ src: 6, type: 'shift', to: 5}); this.t[20].push({ src: 0, type: 'shrink', mov: 0}); this.t[20].push({ src: 2, type: 'shrink', mov: 0}); this.t[20].push({ src: 3, type: 'shrink', mov: 0}); this.t[20].push({ src: 4, type: 'shrink', mov: 0}); this.t[20].push({ src: 6, type: 'shrink', mov: 0}); this.t[30].push({ src: 0, type: 'flip', to: 2}); this.t[30].push({ src: 2, type: 'flip', to: 2}); this.t[30].push({ src: 3, type: 'flip', to: 2}); this.t[30].push({ src: 5, type: 'flip', to: 5}); this.t[30].push({ src: 6, type: 'flip', to: 5}); this.t[11].push({ src: 5, type: 'grow', mov: 0, t:[.9,.95]}); this.t[11].push({ src: 2, type: 'grow', mov: 0, t:[.95,1]}); }
TO SAVE WORK
:
font name
:
(new or previous)
letters/numbers, no spaces
author username
:
(create now OR recall)
letters/numbers, no spaces
password
:
(create now OR recall)
remember what you type here -
it creates an instant account
(nothing is saved till you hit save)
see previous versions of this font