Home | History | Annotate | Download | only in assets

Lines Matching refs:function

21 function randomDroid(){
42 function droid(appName){
59 function buildCarousel() {
74 a.onclick = function() { showPreview(this.className); return false; }
131 function showPreview(slideName) {
136 droid(slideName); // do this function when slide is clicked
155 function makeSlideStrip() {
178 function slide(goal, id, go_left, cp) {
189 function animate() {
190 var ease_right = function (t) { return (1 - Math.cos(t * Math.PI))/2.0; };
193 ease = function(t) { return 1.0 - ease_right(t); };
212 function getStyle(element, cssProperty){
223 function page_left() {
228 function page_right() {
236 function animateSlide(amount,dir) {
248 function aToggle(state,aDir) {
268 function arrowChange(rP) {
295 function centerSlide(slideName) {
307 function initCarousel(def) {