scale « webkit « HTML CSS Q&A

Home
HTML CSS Q&A
1.align
2.anchor
3.Animation
4.attribute
5.background
6.Block
7.border
8.Button
9.checkbox
10.Class
11.color
12.column
13.cross browser
14.Development
15.div
16.doctype
17.dom
18.dreamweaver
19.dropdown
20.email
21.embed
22.Encoding
23.Eye
24.firefox
25.flash
26.flex
27.float
28.font
29.footer
30.form
31.Format
32.grid
33.height
34.htaccess
35.HTML 5
36.hyperlink
37.iframe
38.Image
39.Image Format
40.inheritance
41.input
42.internet explorer
43.JTabbedPane
44.label
45.layout
46.li ul ol
47.link
48.margin
49.media
50.Menu
51.mobile
52.Navigation
53.opera
54.overflow
55.pdf
56.position
57.print
58.query
59.regex
60.Render
61.rhino
62.scrollbar
63.selector
64.shadow
65.Shape
66.span
67.Table
68.Template
69.text
70.TextArea
71.TextBox
72.URL
73.validation
74.webkit
75.Website
76.Website Header
77.width
78.Word
79.XML
80.z index
HTML CSS Q&A » webkit » scale 

1. Can I scale an element with CSS transforms and still stay within the containing element?    stackoverflow.com

I have an image within a div. I scale the image with CSS transforms to 2.5 times it's original size. That works, but it overlays the containing div. I want it ...

2. How to force re-render after a WebKit 3D transform in Safari    stackoverflow.com

I'm using CSS 3D transformations to zoom a div, for example:

-webkit-transform: scale3d(2,2,1);
The scaling itself works fine in any WebKit browser. However, when using this on Safari (mobile or Windows), the content ...

3. -webkit-transform: scale() not displaying properly in OSX Safari    stackoverflow.com

I've been tasked with fixing a bug in our product for Safari 5.05 for OSX where a loaded preview of another page (iframe) isn't scaled properly. What's odd is that it ...

4. WebKit Scale Transformation issue    stackoverflow.com

I need help on webkit scale functionality. I have a .css file with properties as shown :

@-webkit-keyframes expand 
{
  from {-webkit-transform:scale(1)}
  to {-webkit-transform:scale(1.2)}
}

.image-highlight
{
   -webkit-animation-name: expand;
   -webkit-animation-duration:0.2s;
 ...

5. CSS3 Animation Scale Not Working as Expected in Safari    stackoverflow.com

The desired effect is working in Firefox and Chrome, but not Safari. The Animation is to behave as follows:

  • Pan Immediately to the left
  • Zoom in
  • Slowly Pan to ...

6. CSS Animation Scale works in Firefox, not in Chrome    stackoverflow.com

I asked this question previously, but I'm not sure if it was clear. I've done a ton of troubleshooting since to no avail. So I'm back w/ a play-by-play hoping for ...

7. WebKit: Blurry text with css scale + translate3d    stackoverflow.com

I'm seeing an issue where Chrome and other WebKit browsers massively blur any css-scaled content that also has translate3d applied. Here's a JS Fiddle: http://jsfiddle.net/5f6Wg/. (View in Chrome.)

<div class="test">
  ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.