Aniamate Effect - Is this possible?

We can animate movement, even color change with Blend.
Can we animate EFFECT, such as BLUR or GLOW, make them come and go?
It is possible to get effect come and go at run time, Can we animate it?
private void myStarMouseDown(object sender,
System.Windows.Input.MouseButtonEventArgs e)
// Try adding a different effect!
LayoutRoot.Effect =
new System.Windows.Media.Effects.BlurEffect();
private void myPolygonMouseDown(object sender,
System.Windows.Input.MouseButtonEventArgs e)
// Remove the ripple visual effect.
LayoutRoot.Effect = null;

Hi Richard0012,
Here is a good example of "Animation for blur effect in wpf xaml"
https://social.msdn.microsoft.com/Forums/vstudio/en-US/72976004-495e-46f9-aaa7-ba66d5fdae66/animation-for-blur-effect-in-wpf-xaml
<Grid>
<Grid.Triggers>
<EventTrigger RoutedEvent="Grid.Loaded">
<BeginStoryboard>
<Storyboard>
<DoubleAnimation From="10" To="0" Duration="00:00:02"
Storyboard.TargetName="blurEffect"
Storyboard.TargetProperty="Radius"></DoubleAnimation>
</Storyboard>
</BeginStoryboard>
</EventTrigger>
</Grid.Triggers>
<TextBlock Name="TxtSample" TextAlignment="Center" VerticalAlignment="Center" HorizontalAlignment="Center" Text="This is a sample and first test freetext">
<TextBlock.Effect>
<BlurEffect Radius="10" x:Name="blurEffect"/>
</TextBlock.Effect>
</TextBlock>
</Grid>
I've tested it and find it works perfectly.
And the Glow-Effect here is a similar example:
http://stackoverflow.com/questions/10971143/how-to-create-glowing-textbox-in-wpf-4-0
If you want to get them at runtime, set the trigger properly I think you can finish that.
Best regards,
Barry
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Exporting layers of audio from After Effects  cs6 to Premiere / or Audition? Is this possible?

    exporting layers of audio from After Effects  cs6 to Premiere / or Audition? Is this possible?
    Help - I have an After effects project with multiple layered files and want to copy these to Premiere / Audition. For example I know if you select multiple video files from After Effects these can be pasted straight into Premiere intact - but this does not work with audio. I want to take existing layered audio files from After Effects to Audition / or Premiere but can't copy and paste - is there a simple solution for this?

    Hi thanks Dave for responding - yes that could work as a 'workaround' -  I was hoping there would be a way I can keep the existing independent audio layers and corresponding audio levels from After Effects- in the same way I can copy and paste video files from After Effects to Premiere - rather than exporting a flattened AIFF /WAV from After Effects.
    This would then allow me a lot more control working on the final edit - especially as currently a lot of the audio layers overlap. It does seem there is no simple solution for this, so  otherwise I can do what you suggest - and 'stagger all the audio files' in sequence so they do not overlap on the timeline and then when I import the flattened exported AIFF file into Audition/ Premeire / I then can cut it up again and recreate the overlaps. Was hoping there might be a simple copy + paste method or other 'export method' but I guess this is simply not possible. It would save me about 7 hours of work, but not the end of the world I guess
    One final point - some of the audio clips are .mp3s but the majority are WAVS, hopefully this should not create any issues on the export.
    thanks again for your help, if you or anyone has any other solution pls let me know
    Best
    Alex

  • This operation has been cancelled due to restrictions in effect on this computer. Please contact your systems administrator

    Here is our environment:  Windows Server 2008 x86 SP2 Terminal Server running Citrix XenApp5.0 with Office 2007 installed.  We have a Group Policy to restrict users from access the server's C:\ drive.  When our users open or save a Microsoft
    Word, Excel, etc. document they are presented with the following error.  "This operation has been cancelled due to restrictions in effect on this computer.  Please contact your systems administrator."  When our users click on the OK button it
    allows them to open or save the document.    If I remove the restriction to C:\ from our Group Policy, then everything is working fine.  Please tell me how to fix this problem. Thanks.

    Hi Jeffery,
    Unfortunately, I could not work around this and MS said it was by design. I even tried some clever stuff with symbolic link s but to no avail. I simply ended up informing my users to ignore the message and continue. i don't want anyone to be able to browse
    the C: drive so I'm leaving the NoViewOnDrives registry key in place. However, there is one possible workaround but for me , it didn't suit:
    Change the temp  location of the folder Outlook uses for attachments
    http://support.microsoft.com/kb/817878
    Also, I'd recommend forcing all attachments to open in read-only mode http://support.microsoft.com/kb/953621 
    Annoying but you can't have everything i guess :(

  • I want to place an image in my InDesign document that can work with an address like this (\Resources\Thumb) rather than this (C:\Users\JSmith\Desktop\InDesign thumbnail Test\001\Resources\Thumb) is this possible?

    I want to place an image in my InDesign document that can work with an address like this (\Resources\Thumb) rather than this (C:\Users\JSmith\Desktop\InDesign thumbnail Test\001\Resources\Thumb) is this possible? In a nutshell I want to point the link to an image in a directory that uses just part of the address.

    I know this is something you can do in Maya with linked files. I guess InDesign just isn't there yet.
    MW Design -  Yeah I think "Relative paths" is the right term! I want to create a Layout with an image in the center of the page - and then duplicate my folder structure with that file. With that, I want to replace the Linked image file with a diferent image file of the same name. In effect having multiple files of the same layout with different images.  I hope that made sense.  

  • Is this possible to access arbitrary frame and to modify the mask?..

    Sorry for a bit messy discussion title. Please, let me explain.
    I have some experience in implementing video processing algorithms, but as our own software and never under AE. Now there is an idea to implement something for AE and first of all, I'm curious, if this is possible at all.
    1) When processing the n-th frame, I need the full access to the data of (n-k)-th and (n+k)-th. Is this possible to do in general case? Or the only variant is to implement frames buffering during the first pass?
    2) Our algorithm uses the mask as one of the inputs. But in contrary to the usual case, mask does not define an area of interest. In any case the full frame is processed, but the processing differs for different regions, depending on mask. In our software, it works like this: user defines a mask (and some parameters). Then effect is slightly modifying (let say – refining) the mask during the render and renders final images. After this user can modify the mask somehow again if he/she is not satisfied with what algorithm has done. Can I produce the same workflow in AE? The only way is using a drawbot (this means CS 5.5 and higher)? And what if I want masks to be raster images?
    The second question in the framework of this one is how to do two video inputs for an effect (first – the video to be processed and second – the mask (grayscale sequence in general case))?
    The possible workflow is that user provides trivial mask – lets say, the black solid. But even during the first pass effect should produce the mask, according to its sight to the video – so, it should somehow substitute the black solid with the sequence on black'n'white images. Is this all possible in AE?
    3) Is this possible (should be, I guess) to implement multipass algorithms? How the preview works then, if I need, for example, to pass all the video length 3-4 times, to produce the final render?
    I can expect that all this is solvable in AE, but may be experienced users could be so kind to give me some basic recommendation on how to do this. Looking through the PDF, which accompanies the SDK has not allowed to come to a distinct answer for the question: is this possible or not. So, I rely on your consultation.

    hi Theofil Mulony, welcome to the forum!
    in short, yes, what you want to do is possible, but some parts may be tricky.
    and now the long version:
    1) When processing the n-th frame, I need the full access to the data of (n-k)-th and (n+k)-th. Is this possible to do in general case? Or the only variant is to implement frames buffering during the first pass?
    you can access the pixel data of any layer at times other than the currently processed time. this concept of getting that data is referred to as "layer checkout" in the AE SDK, and "wide time" is the name of getting pixel data at times other than the current.
    the following thread discusses the difference between two methods of getting such data:
    http://forums.adobe.com/message/4033930#4033930
    you can also look at the "checkout" sample project to see how both concepts are implemented.
    2) Our algorithm uses the mask as one of the inputs. But in contrary to the usual case, mask does not define an area of interest. In any case the full frame is processed, but the processing differs for different regions, depending on mask. In our software, it works like this: user defines a mask (and some parameters). Then effect is slightly modifying (let say – refining) the mask during the render and renders final images. After this user can modify the mask somehow again if he/she is not satisfied with what algorithm has done. Can I produce the same workflow in AE?
    masks in AE generate a matte by default. the user can turn that mask off, so that the shape remains, but the mask does not... mask. (you can also set the mask mode to "none" via API commands).
    you can then read the "off" mask attributes and either render using an API command (see "pathmaster" sample to see how), or write your own algorithm if the API constraints on that operation are a problem for you. (and there are a few constraints on rendering masks in the API)
    now. when you say "modifying the mask" do you mean you modify it's generated matte, or do you mean change it's defining vector?
    both are possible, but completely different.
    if you turned the mask off, and rendered it's alpha yourself, then you can modify that alpha as you wish.
    if you want to use AE's generated matte of the mask and change the mask's outline shape, then you need to look into "streams" and the "mask outline suite".
    the user can modify a mask's shape as he/she pleases, unless you lock that mask or otherwise sabotage the user's operation.
    The only way is using a drawbot (this means CS 5.5 and higher)?
    drawbot is the API for drawing over AE's interface in CS5 and up.
    it's only a drawing tool. previous versions used OS drawing tools. that's all the difference.
    what i think you're asking is weather you need to create the mask drawing/handling capabilities or not.
    the answer is: you can, but you don't have to.
    unless you need control over the mask drawing that AE's existing masks don't have, i would have used AE's masks and not create a brand new mechanism (that the user need to learn as well).
    if you insist at creating a custom UI for drawing masks, the "CCU" sample project would be a good place to start the research.
    (just don't come crying to me when you get a splitting head ache)
    And what if I want masks to be raster images?
    The second question in the framework of this one is how to do two video inputs for an effect (first – the video to be processed and second – the mask (grayscale sequence in general case))?
    The possible workflow is that user provides trivial mask – lets say, the black solid. But even during the first pass effect should produce the mask, according to its sight to the video – so, it should somehow substitute the black solid with the sequence on black'n'white images. Is this all possible in AE?
    by default, "effect" plugins (as opposed to AEGPs) get only one input - the image of the layer, post masks and previous effects (but before transformations).
    you can put as many "layer param"s in your effect and let the user select any number of other layers, which you can the "checkout" and use as second inputs.
    you can also checkout other layers without the user selecting them manually.
    however, checked out layer results are pre-masks and effects. so if the user draws a mask over a black solid, you will not be able to read the "post mask" image unless the user pre-composes the layer with the mask inside the pre-comp. it's a common practice for users to do so, as many effects rely on a second input, and that's the only way to make the input pos-masks and effects. (so it's no biggie from the user's point of view)
    in the same manner, you can read any layer's image and use it as a mask.
    you get the image buffer, so it's up to you to decide whether to use the alpha channel of that image or the rgb (or any other method you see fit).
    3) Is this possible (should be, I guess) to implement multipass algorithms? How the preview works then, if I need, for example, to pass all the video length 3-4 times, to produce the final render?
    AE doesn't do multi pass rendering.
    it actually can render arbitrary frames, in no particular order.
    but as you already saw, you can access the image data from any time - of any time, so you can emulate passes.
    if you need to fly through the whole sequence for every frame, that would of course be very time consuming and wasteful.
    in such a case, you can try to do these passes only once, when effect is implemented, and cache the results.
    look up "sequence data", to see how to manage memory specific to a single instance fo you effect.
    but i must say that if you have to do full length scans of the footage, a couple of times over, and cache EVERYTHING, then you're in a bit of a problem in AE.
    it's just not set up for such rendering logic.
    not impossible, but highly inefficient in the AE rendering pipeline.
    there is a lot more to al of the above, but i hope this gave you a clearer picture of how things are in AE.

  • Hi,  when i want to download an app from appstore, it reads like, " you need to switch from UK store to US store." How is this possible to do?

    Hi,  when i want to download an app from appstore, it reads like, " you need to switch from UK store to US store." How is this possible to do?

    Change to UK App Store
    1. Tap "Settings"
    2. Tap "iTunes & App Stores"
    3. Tap on your Apple ID
    4.Tap "View Apple ID"
    5. Enter your user name and password.
    6. Tap "Country/Region."
    7. Tap "Change Country/Region"
    8. Select the country/region where you are located.
    9. Tap "Done".
    Note: If the change doesn't take effect, sign out of account and sign in again.

  • Is this possible to create....

    So im starting an online company, going through 1and1.com (Only one i've really seen) and selling a digital downloadable product.  Basically its a packet full of information, examples, that is considered to be highly regarded (Don't really want to give the idea away).  I wanted to make a way that people can go to the website...... read a little intro about the product..... then download a ONE TIME COPY of it and save it to ONE computer for a price.  Is this possible?
    OR
    Can I create a website that has a user name and login and they have to login with a password that they buy from me to access the information which can't be downloaded?  Basically I have a lot of information about a specific topic that id like to sell to people but not have them give the information away in paper copy and duplicate it after they buy it from me.  Is that possible?
    Thanks!
    Steve
    [email protected]

    Hello Gwyn.
    No single strategy is completely effective when it comes to managing spam. People who are intent on sending spam are ingenious at coming up with ways around any filtration schemes.
    You can add a number of rules in an attempt to resolve the problem but doing so in regards to spam is like a dog chasing his tail.
    In case you have unintentionally/unknowingly added to the problem regarding this increase in spam received, check Why was I "spammed" at my .Mac Mail address? which applies to any email account and How HTML Email Messages Relate to Unsolicited Commercial Email ("spam") which applies to any email client such as the Mail.app.

  • Is this possible to load HTML Widget to CS4 like CS5

    Hi Everyone!
    I have used Photoshop CS4 & CS5. I have created one CS5 Extensions Panel using HTML Widget from Adobe Configurator II .
    In Photoshop CS5 Extensions Panel HTML widget shows Image & Text in HTML window.
    Hence Is this possible to use HTML Widget in Photoshop CS4 or How to Load HTML file in Photoshop CS4 to Extensions Panel.
    Thanks in advance.
    -yajiv

    Not exactly sure how you where planning to display that HTML content in relation to the overall page, but given the limitations of Flash... that may just not be possible...
    But, it would be a simple matter to display an HTML iframe over the top of or behind a Flash .swf... So while the iframe would not be a part of the .swf, it certainly could be designed to make it look as though it were.
    Controling the stacking order or layering of content on a Web page is accomplished through z-indexing. Correctly positioned and z-indexed, the iframe could apear over the top of the .swf... the .swf in effect being the background... OR the iframe could appear behind the .swf and with a transparent section in the .swf, the iframe would appear through that hole. If there is navigation or links in the iframe, they will be blocked by the .swf though.
    http://www.w3schools.com/cssref/pr_pos_z-index.asp
    But this may be an option....
    Best wishes,
    Adninjastrator

  • I am a teacher and I would like to format my page in PAGES to have lines...similar to that of lined paper. Is this possible?

    I am a teacher and I would like to format my page in PAGES to have lines...similar to that of lined paper. Is this possible?

    Hi Jay,
    I've played with this before, but I was never happy with the result. I gave it another shot to answer your question, and I'm pretty pleased with this result. I'll say that you have a lot of latitude for adjustments in this template, so don't take it as being restrictive to what I'm illustrating. For instance, you can easily vary the line spacing, the weight of the lines, the color, etc.
    In this example, the pitch of the lines is 32 points per line, blue stroke, and I placed a light yellow shape in the background. Here's the approach...
    Open a blank Word Processing Template.
    View > Show Layout.
    Pages Preferences > Rulers > Ruler Units: Points.
    Insert > Table.
    Set the Table to 1-column, 0 Header Rows, and Footer Rows, Row Height = 32 points.
    In the Wrap Inspector, set the table to Floating, and Does NOT cause Wrap.
    Align the Top Left of the Table with the top Left of the Text Area.
    Increase the Column Width until the single column extends all the way across the Text Area.
    Increase the number of Rows until the table just fills the vertical Text Area of the page layout, plus one row..
    Set the Outside Cell Borders to None.
    Set the Mid Horizontal borders to Blue.
    With the entire Table Selected, Arrange > Send Object to Background. Format >Advanced > Move Objects to Section Master, Arrange > Lock
    If you want the colored background, Insert > Object > Rectangle. Graphics Inspector > Stroke > None. Color > your choice.
    Stretch the Shape to cover the entire page size. Arrange > Send Object to Background. Format > Advanced > Send Objects to Section Master.
    If the colored object is obscuring the lines, then: Arrange > Send Backward. In either case, Arrange > Lock.
    Paste a good size paragraph (several lines) into the document.
    Select the text. In the Text Inspector, set line spacing to Exactly and 32 Points.
    Inspect the alignment of the Text and the Lines. If you are not pleased, Select the Table and bump it up or down with the vertical Arrow keys.
    If you are satisfied, with the overall effect, Select all the Text and Type: Click here and enter text. Select the text "Click here and enter text." and Format > Advanced > Define as Placeholder Text. Lastly, File > Save as Template.
    As I mentioned at the outset, you can easily modify these instructions to increase or decrease the number of lines per page, the type size, etc.
    If you want to email me, I'll send you a copy of the template I displayed here.
    Regards,
    Jerry

  • Sorting elements by category - is this possible in Muse?

    I have a page that may eventually have 100+ groups of 3 separate elements, which all are connected with a musical artist. I would like the user to be able to sort through the list based on categories I create.
    Here is the current site - http://www.vfepedals.com/support-an-artist.html
    Here's an example of how another website does something very similar: http://www.jhspedals.com/
    Ideally, it would sort through multiple elements, and each set would be contained in a fixed rectangular box (so I'm basically sort empty boxes that multiple elements could go in, much like LIghtbox).
    There are many places on my website that this could be employed to make the site look better and be easy-to-navigate.
    Is this possible in Muse? If so, how? What widgets do I need? I'm willing to invest some money if that's what it takes, but any solution will have to be something I can edit in Muse myself.

    Hi
    You can try to use toolitp where insert the categories in trigger and the items in container , so when user will click or hover over trigger it would show up the category clicked.
    The exact behavior that you have mentioned cannot be achieved without using custom code implementation, but with Muse widget you can achieve a similar effect.
    Additionally you can checkout few interesting widgets in library to use :
    http://muse.adobe.com/exchange
    Thanks,
    Sanjit

  • ACTIONS WILL TAKE EFFECT WHEN THIS IPHONE CONNECTS TO THE INTERNET.

    when i tryed to locate my iphone from icluod website , it saied  "ACTIONS WILL TAKE EFFECT WHEN THIS IPHONE CONNECTS TO THE INTERNET."
    1- i have the same id apple 
    2- find my iphone is on on icloud and location services
    3- i've tryed all troubleshooting
    4- my iphone is connected to the internet
    my iphone is on ios 5.1.1
    do i need to upgrade it ti 6 so i can locate my iphone ???
    please need help as fast as it possible !
    thankyou.

    im using it ...
    it appers my iphone offline  and says that
    ACTIONS WILL TAKE EFFECT WHEN THIS IPHONE CONNECTS TO THE INTERNET.

  • I have two separate itune accounts under two different email accounts and would like to combine them under one account.  Is this possible and if so, how do I do it?

    I have two separate itune accounts under two different email accounts and would like to combine them under one account.  Is this possible and if so, how do I do it?

    If you go to Settings > iTunes & AppStore , you can sign out from your account, and sign in with the one you've used to purchase apps.This will not remove any apps you already have on it.
    Then you can go to AppStore and download apps you've purchased (either via "Purchased" button in "Updates", or simply search for them and download them.
    That way you can have multiple accounts' apps on your iPad. When updating, you will be prompted for the credentials for account you've purchased given App with.

  • I work with a child who is not able to move his neck.  to see the ipad, it has to be placed high above the table (eye level).  he needs access with a mouse - is this possible?

    I work with a child who has physical disability and cannot move his neck.  The ipad needs to be eyelevel in order for him to see it, but he also is not able to raise his hand and would need mouse access...  is this possible?

    I'm sorry but the iPad does not work with a mouse, there is no cursor on the iPad and the iPad was designed as a touch screen device so a mouse will not work.
    I really don't know what to suggest other than this new device, and it might be worth a look. I assume that the child can use his hands for a keyboard.
    http://www.thinkgeek.com/product/e722/

  • Unfortunately, I lost by an update all the apps on my iPad 2. Now I can not pull the data from the cloud to my iPad. How is this possible?

    Unfortunately, I lost by an update all the apps on my iPad 2. Now I can not pull the data from the cloud to my iPad. How is this possible?

    If you just installed iCloud does that mean you updated the iOS that's running on your iPad?  If so, you'll want to restore all the programs you have from the backup you hopefully made.
    Refer to these articles for help.
    iTunes: Backing up, updating, and restoring iOS software.
    If you don't want to use iCloud, simply don't activate it.
    You can also download the programs again.
    If you live in a country that supports re-downloading apps then you can re-download them.  You can refer to this article for more help.
    Downloading past purchases from the App Store and iTunes Store
    What to know if your country supports downloading past purchases?
    iTunes in the Cloud Availability

  • I am getting old and looking forward to use I Pad as a Phone if possible through WIFI! I this possible? The screen is to small for me! If possible, with new I Watch taking calls, other uses through I Pad!

    Like I wrote on title, I am getting old and it is not easy to see E-mails, news etc. on a I phone! New I phone will not help me for the size.
    If possible, everything without calls, I would like to use I Pad as direct unit, and for calls through I Pad over WIFI all calls. If a call as Skype, I would like
    to use the I Pad as a monitor. Is this possible?
    I found on a side that there is a product for people for better hearing, which can be put into the ears, using WIFI with I Phone.
    If this product could be used also for I Pad as a Phone for hearing, and the I watch or I Pad as Microphone, it will be great for old Mac users.
    Is this possible with our system know?
    I am using Mac since Classic II! Would like to continue with the newest items with the possibility for old person with bad Eyes or Ears.
    Looking forward for a kind answer
    with regards
    Christian an old Mac user!

    Definitely No

Maybe you are looking for