in doing a mobile page flip effect, now I want to give the first page a default volume to play a prompt role, but through js to set the style, on the mobile side can not adapt, does anyone know how to do it, online and so on
in doing a mobile page flip effect, now I want to give the first page a default volume to play a prompt role, but through js to set the style, on the mobile side can not adapt, does anyone know how to do it, online and so on
have you solved the crimping effect
you can add a listening function during initialization. After turning the page, if it is the first page, roll up the page
$('.flipbook').turn({
when: {
turned(event, page, view) {
if (page == 1) {
$(this).turn('peel', 'br');
}
}
}
});
Icon shows the red part. Choose how to write the effect in css ....
you guys really want to achieve this requirement. Every time I click the button to add a component, the component will be indented into the 15px or so. How to achieve this? ...
is there any other alternative ...
The diagram can be displayed. Since the binding value of : src does not exist at the beginning of ajax asynchronism, it will be reported . Cannot read property avatar of null" when ajax comes back, the picture will come out what should I do...
I want to change different colors according to different states, what to do, using the iview framework. every time I use these frameworks, I will be made difficult by some minor problems in table ....
copy according to the document, but the setting of collapse-tags fails. Do you have a partner who can provide debug ideas? ...
The sd array is passed to the subbuild. The value of the sd array is obtained by the dynamic request interface. The subbuild didn t get the value at all. The this.sd in the created method is also null. ...
element-ui tree component after lazy rendering, set check-strictly but calling setCheckedKeys still selects the parent node component introduces and sets <el-tree ref="orgTree" :props="props" node-key="id" d...
1. I used vue-lazyload, in the project, but found that some people who asked for pictures would repeat the request, causing the web page to load too slowly . 2. 3. 4. ...
A blog that uses segmentfalut s hyperdown parser to parse markdown syntax. parsed into html insert shows new requirements. You need to click on the pop-up modal box to open with the source size. element-ui has corresponding components, but doesn ...
uses the frame is vue+Element-UI, now encounters the problem is in a table, there is a grade table. Click the current cell input tag to display and get focus, change the value after losing focus to save data, input hide, vue official website has a cu...
:titles :titles does anyone know? wait online. Thank you! ...
now the interface side gives an interface for uploading pictures and says that it wants to be in multipart form-data format. Now there is a problem when transmitting data. The code is as follows <f7-input type="file" id="...
I want to use Vue in the project, but I encounter problems in the network request. Although it is officially recommended to use axios , there is Vue-rescource but axios writes systems that do not support IE8, that is, almost below win10, as shown i...
the backend gives me a timestamp, and I define an array that is directly equal to the data returned by the backend, but isn t the component of table ele.me directly equal to the data given to me by the backend? for example, if I want to judge or change...
question: here the animation is set to zoom in and out of scale, but when it is actually executed, why does the text have corresponding animation in the horizontal direction? Please help me to answer my little doubts, thank you! the following is all t...
when del deletes the previous line, the next line will automatically expand if there is any content. Why, please help solve it. Thank you! the following is all the code <!DOCTYPE html> <html lang="en"> <head> <met...
what you need to do now is an export function. Clicking on Export will bring up a pop-up window, and then there will be three required items: data sources processing status time range the framework used is vue+ElementUI the verification ...
how can we achieve this effect with the vue framework and element ui. ...
demand: click to call the mobile photo album, select the picture and upload it. I use the input tag of H5 to implement the problem of calling mobile photo albums. No matter how I try, I can t call the phone s photo album online code. Let me show you...