effect Questions

1

I am looking for a way to reproduce the "Vibrant" iOS 16 effect that occurs on Lock Screen Widget on iOS 16 because my app should be able to display a preview of the widget while the user...
Mopup asked 19/7, 2022 at 12:47

4

<script> $(document).ready(function () { $("#owl-demo").owlCarousel({ navigation: true, navigationText: ["", ""], slideSpeed: 300, paginationSpeed: 400, autoPlay: true, mouseDrag: tr...
Massif asked 19/11, 2015 at 8:38

1

Solved

Code example: useEffect(() => { //I want to know which was the variable which made the useffect run. var1 or var2. how can I? }, [var1, var2]); which dependency was used to make it run?
Majordomo asked 11/12, 2020 at 16:45

2

Solved

I have a long time project: a basic vector graphic tool which runs in browser and uses SVG and Javascript (maybe you have seen somekind of these elsewhere). The tool has only very limited set of fu...
Sedgemoor asked 4/10, 2012 at 9:4

7

Solved

After adding color to an android button, it loses its ripple effect that makes the user feel like there is a responsive click. How do I fix this? I've searched through many solutions but I couldn't...
Gay asked 12/7, 2016 at 11:10

8

Solved

here is is my CSS code for the body: body { padding: 0; margin: 0; background-image: url("../images/background.jpg"); background-repeat: no-repeat; background-color: grey; background-size: ...
Paraplegia asked 24/3, 2015 at 18:19

2

Solved

I am developing Android application for book. I create total images for book is one hundred. In the app two buttons present one is previous button and second is next button. The previous button and...
Toth asked 26/4, 2017 at 12:24

5

I searched through the forum already but I can't find any way to fix the problem I have with the "effect" function in jQuery. I get exactly the error TypeError: $(...).effect is not a function in ...
Nip asked 24/2, 2014 at 14:48

2

Solved

How to achieve a fade effect page transition between vue-router defined pages (components)?
Cladding asked 19/12, 2016 at 10:57

1

After adding an implementation of a PostProcessEffectRenderer to the Unity post-processing stack the effect works perfectly in the Unity Editor, but does not show in the built game. Changes to bui...
Wynn asked 13/4, 2019 at 0:6

2

I have a TextView which is use as a button. I want to add attribute selectableItemBackgroundBorderless to have circle ripple effect when pressing. The layout is as following: android:id="@+id/cre...
Worser asked 29/5, 2015 at 13:28

2

Solved

I have two RecyclerView inside my NavigationDrawer. Both have the blue scroll effects. How can I remove this effect in both RecyclerViews? I tried changing: mRecyclerView.setHasFixedSize(true); t...
Tibbetts asked 31/12, 2014 at 18:27

2

Solved

How can I apply blur effect on an image in C# without using a library?
Soapwort asked 29/6, 2017 at 13:51

3

Solved

How would I create a welcome screen on my website? For example, I have an image and a link that says "ENTER" when the user clicks enter the website appears. How would I do that? Also if possible wi...
Narcisanarcissism asked 29/12, 2013 at 9:28

5

Solved

I want to add a glowing effect when I mouse over a button or image. How do I do this with javascript, jquery, or CSS? Here is an example of what I want it to look http://www.flashuser.net/flash-me...
Busty asked 4/6, 2011 at 0:43

3

How could I apply a Ken Burns Effect on a Twitter Bootstrap Carousel? .carousel .item img { -webkit-transition: all 12s; -moz-transition: all 12s; -o-transition: all 12s; transition: all 12s; } ...
Talya asked 30/9, 2013 at 8:19

7

Solved

When you drag an image , there is a semi-transparent ghost image that follow your mouse when you hold it down. Is there some way to apply CSS/JS to remoe this effect on a certain portion?
Troublemaker asked 3/12, 2009 at 0:29

5

Solved

I need to make this effect with php. I know that there is IMG_FILTER_PIXELATE in PHP image filter. But I need it to be smoother and embossed? like in this image: This effect will make any image...
Randellrandene asked 20/1, 2012 at 4:4

4

Solved

I'm looking for a way to get the blurry background effect of OS X 10.10 working in css. Blurring with filter:blur or an SVG Gaussian filter will also blur the border, so this will not work. Here i...
Aphesis asked 1/8, 2014 at 23:14

1

I need solution for this problem but it should be dependable in font-awesome icon. please help me. to easy create font awesome icon transition effect when hover on icon
Elongate asked 6/12, 2015 at 11:14

4

Solved

on many sites, such as http://www.clearleft.com, you'll notice that when the links are hovered over, they will fade into a different color as opposed to immediately switching, the default action. ...
Summand asked 15/5, 2011 at 12:18

3

Solved

How to create flashing title effect like facebook? Means, when you are chatting with someone and a new message is received, a title starts to switch between the original title and a message informi...
Draco asked 1/8, 2010 at 9:25

5

Solved

That is, the left and bottom borders of the element need to give a 3d effect of it popping out. Is there a good, purely-CSS way to accomplish this effect?
Equestrian asked 6/1, 2011 at 21:45

4

Solved

Drupal 7 module 'image style' can make image effect such as resize,scale,crop etc.But it's not enough. For example, the original image size is 800x600, I can scale it to 400x300, then I want to add...
Seditious asked 20/4, 2012 at 0:52

1

Solved

How would I add an outer glow effect to a text of a UILabel. I tried to use the layer.shadow... properties but they are really just for a drop shadow. _count.backgroundColor = [UIColor clearColor]...
Gumma asked 18/1, 2015 at 23:22

© 2022 - 2025 — McMap. All rights reserved.