Found a total of 10000 related content
What are the Android MaterialDesign application methods?
Article Introduction:1: The top background image slowly disappears when you slide up, and the title is suspended. 1.1: Set the previous added dependencies in CoordinatorLayout. I have already said it in the previous article, so I won’t repeat it here. A new one is added to the coordinator layout this time. Layout CollapsingToolbarLayout (Collapsing Toolbar Layout), it is obvious that the toolbar in the above rendering slides up and the picture is folded in. This is an animation effect. If it were not for the power of the MaterialDesign library, we would have written this ourselves. Let's analyze what is used in the renderings. Just look at the colored text, an Apple background image, and a floating button (adsorbed on Collapsin
2023-05-17
comment 0
1052
Pure CSS3 Android style button click wave effect
Article Introduction:css-ripple-effect is a cool flat style button click ripple effect made using pure CSS3. This effect is modeled after the Material design style click wave of the Android system.
2017-01-18
comment 0
2127
MaterialDesign--input component of WeChat applet
Article Introduction:This effect is mainly achieved through input events and dynamic changes of CSS transform. During the actual debugging process, the detail object called back after the bindinput event of the input component is triggered contains the cursor attribute in the simulator, but does not have this attribute in the real device (tested on Android, but not on iOS). Finally, select the value in the detail object. The length of the attribute's value is synchronized with the number of digits entered.
2017-02-20
comment 0
1385
Introduction to WPF MaterialDesign sample open source project
Article Introduction:
Hello all, I'm back again
This time we really started to talk about the development ideas of small but useful modules or components in open source projects.
At the same time, the software has been updated to version 1.60, which supports new user registration and can no longer use a unified test account.
You can download via the following path:
1. Fellow the project on GitHub, download it locally, and generate it to get the latest version of the program.
2. The local version is beta v0.5
2017-06-23
comment 0
4338