-
I have a gridview that displays customer information. One of the fields is a comments field that can store multiple lines of characters. I would like it to display just in one line but when someone clicks on the comments field animate it out with a box effect that can be closed or collapsed back. Any...
-
Hi, I have used system.drawing to produce a couple of cool images, one is a dashboard-type dial, and one is a Sierpinski space-filling curve. These are coded up in the Page_Load method on the code-behind page of their respective web pages. I plan to have a couple of Divs, in which it will say <asp...
-
Does anyone have information on how to code a dynamic ajax animation that would do this: Fade in Image 1 (Centered) Fade in Image 2 over Image 1 Slide image 1 left and slide Image 2 right so they are now side by side Fade out both Goto next record How hard would something like this be to create dynamically...
-
Hello World! I'm working on a photo gallery which tiles the photos in a panel. I dynamically create imagebutton controls based on files within a directory. When a image is clicked, modal pop is used to display a larger version of this photo. Works fine up to this point. I am working on adding animation...
-
Hi all This is really doing my head in now. I have a datalist on a page showing products that are being called in from a database - inside the datalist I want to have an AJAX animation to play to enlarge an image (I think the best way is using an animation extender) I want the effect to be like the hewdens...
-
Yes, We just posted the official v1 release of RIAnimation. It has some great new features including a duration property and cool animations like "Explode". We have also added some nice design-time (SmartTag) support for all you savvy developers :) Get it here: http://www.hushhushmedia.com...
-
Is there a way to create an animation with a delay in it? I'm creating a notification popup that acts like a new item alert that you might get from Outlook. I want the window to fade in after a short time, stay visible for a set duration, and then fade out. Has anyone found a way to do this within...
-
Here is a work-around: in javascript, call the removeAttribute method on the style attribute. var elm = document.getElementById( 'myHtmlElementId' ); elm.style.removeAttribute( "filter" ); Or you can add it to your animation: < FadeIn Fps ="30" Duration =".25"...
-
I was wondering if there is a way to handle shown image so when the imagebutton is disabled I will have the image covered wth a disabled gray effect. I am also not talking about designing a new image, as I am not a designer, asking if this is achievable by code or maybe with JScript. any ideas? maybe...
-
I have 3 multiview links at the top of my page. When 1 of them is clicked the view below changes. I would like to add an animation so that these views fade in/out when they are clicked. However, the 3 links are inside 1 update panel and the multiview is inside another update panel. When I remove the...